From 3fe4e6409805798323b83ec5945d4709515642b5 Mon Sep 17 00:00:00 2001 From: gnikwo Date: Sun, 29 Apr 2018 13:53:55 +0200 Subject: [PATCH] Small modification in hope to fix communication screen deformations --- core/static/com/slideshow.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/static/com/slideshow.scss b/core/static/com/slideshow.scss index 895fc9e2..82d63a4d 100644 --- a/core/static/com/slideshow.scss +++ b/core/static/com/slideshow.scss @@ -82,6 +82,7 @@ body{ img{ max-width: 100%; max-height: 100%; + object-fit: contain; } }