From bb478352561a437389528f79d5440ccc0ffb7993 Mon Sep 17 00:00:00 2001 From: patriceac <48073125+patriceac@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:25:54 -0800 Subject: [PATCH] Another fix for high res images This time to address the height. --- ui/media/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/media/css/main.css b/ui/media/css/main.css index 4ae9937d..68f067b8 100644 --- a/ui/media/css/main.css +++ b/ui/media/css/main.css @@ -254,6 +254,7 @@ img { div.img-preview img { width:100%; height: 100%; + max-height: 70vh; } .line-separator { background: var(--background-color3);