From 6576d95e27f9babe8c4e487b70f8f66324112d74 Mon Sep 17 00:00:00 2001 From: Chrystal Griffiths Date: Wed, 12 Sep 2018 11:48:49 +0100 Subject: [PATCH] Don't stretch images --- services/web/public/stylesheets/app/templates-v2.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/templates-v2.less b/services/web/public/stylesheets/app/templates-v2.less index fe833efc53..98e998714f 100644 --- a/services/web/public/stylesheets/app/templates-v2.less +++ b/services/web/public/stylesheets/app/templates-v2.less @@ -40,8 +40,8 @@ } img { + max-height: 100%; width: 100%; - height: 100%; } } @@ -76,7 +76,6 @@ .caption.caption--portals { height: 50px; - overflow: hidden; } /* Media Queries */