From 2a64e09f140487416806ec5ce20e64f6ac5f6975 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 3 Jun 2019 13:41:44 -0400 Subject: [PATCH] video tag needs max-width --- views/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/style.css b/views/style.css index e599f45..1baae06 100644 --- a/views/style.css +++ b/views/style.css @@ -175,7 +175,7 @@ h3, h4 { font-size: 1.1em; } -img { +img, video { max-width: 100% } img.emu {