diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 4c793e87..bdcc92f4 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -969,6 +969,9 @@ tr.play td:nth-child(1) a { #ggrid.noupscale>a img { width: auto; } +#ggrid.noupscale.gallery.nocrop>a img { + object-fit: scale-down; +} #ggrid>a.dir img { max-width: calc(var(--grid-sz) - 20px); margin: 10px auto 0 auto;