Commit e4a66bb8 authored by AUTOMATIC's avatar AUTOMATIC

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
...@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{ ...@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{
#lightboxModal > img.modalImageFullscreen{ #lightboxModal > img.modalImageFullscreen{
object-fit: contain; object-fit: contain;
height: 100%; height: 100%;
width: 100%;
min-height: 0; min-height: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment