aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-09-19 15:53:40 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-19 16:14:33 +0000
commitdd911a47b3c3313b3938b700eb26cbd5bb3e1c95 (patch)
treefa42daa34f3eae9f6680f4ac30a2c7c27750f04f
parent01c93a8400e8698cb8b1fed3052665cefd8e706c (diff)
downloadstable-diffusion-webui-gfx803-dd911a47b3c3313b3938b700eb26cbd5bb3e1c95.tar.gz
stable-diffusion-webui-gfx803-dd911a47b3c3313b3938b700eb26cbd5bb3e1c95.tar.bz2
stable-diffusion-webui-gfx803-dd911a47b3c3313b3938b700eb26cbd5bb3e1c95.zip
lightbox image scaling fix
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index d89c0e32..2cd6eb26 100644
--- a/style.css
+++ b/style.css
@@ -280,7 +280,7 @@ input[type="range"]{
}
.modalImageFullscreen {
- max-width: max-content;
+ object-fit: contain;
height: 90%;
}