From: Per Jensen Date: Sat, 22 Dec 2012 08:16:42 +0000 (+0100) Subject: Prevent distortion of image X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=41dd5f6e18213e6041900b058817a1951caca177;p=lorea%2Felgg.git Prevent distortion of image --- diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index d93b28d2c..4c2c3c774 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -157,5 +157,6 @@ h6 { font-size: 0.8em; } padding: 3px 5px; } .elgg-output img { - max-width: 100%; + max-width: 100%; + height: auto; } \ No newline at end of file