From dd911a47b3c3313b3938b700eb26cbd5bb3e1c95 Mon Sep 17 00:00:00 2001 From: DepFA <35278260+dfaker@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:53:40 +0100 Subject: [PATCH] lightbox image scaling fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d89c0e32..2cd6eb26 100644 --- a/style.css +++ b/style.css @@ -280,7 +280,7 @@ input[type="range"]{ } .modalImageFullscreen { - max-width: max-content; + object-fit: contain; height: 90%; }