#885 fix thumbnail size

This commit is contained in:
Dániel Péter Sipos
2020-11-03 11:15:16 +01:00
parent 4312776b2d
commit 66f0b5f77d

View File

@@ -1,4 +1,8 @@
.media-viewer{ .media-viewer{
width: 340px; width: 340px;
height: 279px; height: 279px;
img{
width: 100%;
height: 100%;
}
} }