diff options
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ input[type="range"]{ }
.modalImageFullscreen {
- max-width: max-content;
+ object-fit: contain;
height: 90%;
}
|
![]() |
index : stable-diffusion-webui-gfx803.git | |
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | style.css | 2 |
@@ -280,7 +280,7 @@ input[type="range"]{ }
.modalImageFullscreen {
- max-width: max-content;
+ object-fit: contain;
height: 90%;
}
|