From 3db422909b37f02cd7244ae79f983e15fa83c163 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Tue, 5 May 2026 21:32:41 +0200 Subject: [PATCH] make nocrop stop cropping again after recent change --- copyparty/web/browser.css | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 62b1239f..7094a05d 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -973,6 +973,7 @@ tr.play td:nth-child(1) a { #ggrid.nocrop>a img { max-height: 20em; max-height: calc(var(--grid-sz)*2); + object-fit: contain; } .imgcontainer {