From: rabuzarus <> Date: Mon, 25 Apr 2016 20:21:47 +0000 (+0200) Subject: keep aspect ratio on very height wall images X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d10b3da2f0be8da69c3675d400ee793a59fd9f77;p=friendica.git keep aspect ratio on very height wall images --- 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 {