From 16fb8d24d48023ea34a36f241b53c965b924e1b5 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Wed, 14 Sep 2022 18:35:04 +0300 Subject: [PATCH] and make the image not be upscaled in gallery --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 75fa3fe9..8a3e2abf 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,9 @@ #txt2img_gallery, #img2img_gallery{ min-height: 768px; } +#txt2img_gallery img, #img2img_gallery img{ + object-fit: scale-down; +} #subseed_show{ min-width: 6em;