Use object-fit: contain to show full images in gallery grid
All checks were successful
Docker / build (release) Successful in 8s

This commit is contained in:
krek0 2026-05-05 14:16:11 +02:00
parent 7319a738f4
commit e630494543

View file

@ -59,7 +59,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
.photo-item img { .photo-item img {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: contain;
display: block; display: block;
} }