make lightbox properly display whole picture without cutting of parts when the picture is very wide.

This commit is contained in:
AUTOMATIC 2023-05-08 08:20:11 +03:00
parent a6529a78c3
commit e4a66bb8e3
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{
#lightboxModal > img.modalImageFullscreen{
object-fit: contain;
height: 100%;
width: 100%;
min-height: 0;
}