diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-08 05:20:11 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-08 05:21:38 +0000 |
commit | e4a66bb8e340a74159bbc2cd96f190b892e38da5 (patch) | |
tree | 50246c58f473f3d6091040b3862b8d683451ed7a /style.css | |
parent | a6529a78c3cb145014627f24ed801250a7c4ee3e (diff) | |
download | stable-diffusion-webui-gfx803-e4a66bb8e340a74159bbc2cd96f190b892e38da5.tar.gz stable-diffusion-webui-gfx803-e4a66bb8e340a74159bbc2cd96f190b892e38da5.tar.bz2 stable-diffusion-webui-gfx803-e4a66bb8e340a74159bbc2cd96f190b892e38da5.zip |
make lightbox properly display whole picture without cutting of parts when the picture is very wide.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{ #lightboxModal > img.modalImageFullscreen{
object-fit: contain;
height: 100%;
+ width: 100%;
min-height: 0;
}
|