From 97c9647ed6988c5ac2c4db1103ebf82abb4f88a4 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Tue, 5 May 2026 20:39:02 +0200 Subject: [PATCH] always full size thumbnails --- copyparty/web/browser.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 0ce339a8..62b1239f 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -963,6 +963,8 @@ tr.play td:nth-child(1) a { max-height: calc(var(--grid-sz)/1.25); margin: 0 auto; display: block; + width: 100%; + object-fit: cover; } #ggrid>a.dir img { max-width: calc(var(--grid-sz) - 20px);