UX: fix cropped image thumbnails

This commit is contained in:
Maja Komel 2018-12-11 12:23:39 +01:00
parent 3fedb2ad20
commit 2ee2e5c981
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
.lightbox-wrapper {
display: inline-block;
img {
object-fit: cover;
object-position: top;
}
&,
* {
outline: 0;