mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 19:01:06 -08:00
make lightbox properly display whole picture without cutting of parts when the picture is very wide.
This commit is contained in:
parent
a6529a78c3
commit
e4a66bb8e3
1 changed files with 1 additions and 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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue