From 41dd5f6e18213e6041900b058817a1951caca177 Mon Sep 17 00:00:00 2001 From: Per Jensen Date: Sat, 22 Dec 2012 09:16:42 +0100 Subject: Prevent distortion of image --- views/default/css/elements/typography.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3