From 448cd37f1e08af35d22132c9a2d7aeeb40786976 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Wed, 6 May 2026 00:15:39 +0200 Subject: [PATCH] set max width for very wide images --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index b7f67cb5..4c793e87 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3963,7 +3963,7 @@ html.e #wrap.thin { min-width: calc(var(--grid-sz) / 2); width: auto; img { - max-width: none; + max-width: 100%; height: calc(var(--grid-sz) - 2em); }