From 015dc804997c3105854a35f31ee718a10e56a377 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 3 Oct 2019 16:20:11 -0400 Subject: [PATCH] let's try keeping images from getting too large --- views/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/views/style.css b/views/style.css index 10e8170..1959541 100644 --- a/views/style.css +++ b/views/style.css @@ -228,6 +228,7 @@ img:not(.emu) { } img, video { max-width: 100%; + max-height: 600px; } img.emu { width: 2em;