aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-08 08:20:11 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-05-08 08:21:38 +0300
commite4a66bb8e340a74159bbc2cd96f190b892e38da5 (patch)
tree50246c58f473f3d6091040b3862b8d683451ed7a /style.css
parenta6529a78c3cb145014627f24ed801250a7c4ee3e (diff)
make lightbox properly display whole picture without cutting of parts when the picture is very wide.
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index ae9dc754..57ddba0e 100644
--- a/style.css
+++ b/style.css
@@ -534,6 +534,7 @@ div#extras_scale_to_tab div.form{
#lightboxModal > img.modalImageFullscreen{
object-fit: contain;
height: 100%;
+ width: 100%;
min-height: 0;
}