Fix replaced WebM thumbnails showing at full height in gallery.

This commit is contained in:
ccd0 2014-10-16 12:08:50 -07:00
parent 081cf42a33
commit aff37f762a

View File

@ -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;