lightbox image scaling fix

This commit is contained in:
DepFA 2022-09-19 16:53:40 +01:00 committed by AUTOMATIC1111
parent 01c93a8400
commit dd911a47b3

View file

@ -280,7 +280,7 @@ input[type="range"]{
} }
.modalImageFullscreen { .modalImageFullscreen {
max-width: max-content; object-fit: contain;
height: 90%; height: 90%;
} }