change thumbnail display for extra wide images #433

This commit is contained in:
jonaswinkler
2021-02-12 18:20:17 +01:00
parent d6c7dc6372
commit 508260c6a9
3 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
.doc-img {
object-fit: cover;
object-position: top;
object-position: top left;
height: 100%;
position: absolute;
mix-blend-mode: multiply;

View File

@@ -2,7 +2,7 @@
.doc-img {
object-fit: cover;
object-position: top;
object-position: top left;
height: 200px;
mix-blend-mode: multiply;
}