From 607b62386de39de7150a32703ba1ec61122b21ef Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Tue, 25 Jul 2023 19:57:15 +0200 Subject: [PATCH] fix previews not being scaled properly --- frontend/src/Photos/Overview.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Photos/Overview.scss b/frontend/src/Photos/Overview.scss index 9888f8c..3e07585 100644 --- a/frontend/src/Photos/Overview.scss +++ b/frontend/src/Photos/Overview.scss @@ -218,7 +218,7 @@ max-height: 100%; width: auto; height: auto; - object-fit: scale-down; + object-fit: contain; } }