Commit e4a66bb8 authored by AUTOMATIC's avatar AUTOMATIC
Browse files

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

make lightbox properly display whole picture without cutting of parts when the picture is very wide.
parent a6529a78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{
#lightboxModal > img.modalImageFullscreen{
    object-fit: contain;
    height: 100%;
    width: 100%;
    min-height: 0;
}