From d10b3da2f0be8da69c3675d400ee793a59fd9f77 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Mon, 25 Apr 2016 22:21:47 +0200 Subject: [PATCH] keep aspect ratio on very height wall images --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index a0c95aac93..c1529da493 100644 --- a/css/style.css +++ b/css/style.css @@ -1170,6 +1170,7 @@ section #jotOpen { } .wall-item-content img { max-height: 480px; + object-fit: contain; } .shared-content-wrapper, .vevent {