diff --git a/style.css b/style.css index e070d87..e794b00 100644 --- a/style.css +++ b/style.css @@ -4,4 +4,8 @@ div[id^="image_browser_tab"][id$="image_browser_gallery"].hide_loading > .svelte-gjihhp { display: none; -} \ No newline at end of file +} + +.image_browser_gallery img { + object-fit: scale-down !important; +}