From aff37f762a0931e76f8e5da1ed19788920d5e7d8 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 16 Oct 2014 12:08:50 -0700 Subject: [PATCH] Fix replaced WebM thumbnails showing at full height in gallery. --- src/General/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 2b812c360..648c05f36 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1450,7 +1450,8 @@ div.boardTitle { .gal-hide-thumbnails .gal-thumbnails { display: none; } -.gal-thumb img { +.gal-thumb img, +.gal-thumb video { max-width: 125px; max-height: 125px; height: auto;