From e630494543cae25807b95d01313e3644c2456b3a Mon Sep 17 00:00:00 2001 From: krek0 Date: Tue, 5 May 2026 14:16:11 +0200 Subject: [PATCH] Use object-fit: contain to show full images in gallery grid --- photo21/static/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photo21/static/layout.css b/photo21/static/layout.css index 8e5568e..30e8dff 100644 --- a/photo21/static/layout.css +++ b/photo21/static/layout.css @@ -59,7 +59,7 @@ SPDX-License-Identifier: GPL-3.0-or-later .photo-item img { width: 100%; height: 100%; - object-fit: cover; + object-fit: contain; display: block; }