diff options
author | Per Jensen <admin@perjensen-online.dk> | 2012-12-22 09:16:42 +0100 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2013-01-08 11:55:21 -0500 |
commit | 41dd5f6e18213e6041900b058817a1951caca177 (patch) | |
tree | 996ed32e044c6f28066ea3577b202c9d90e16612 | |
parent | b800d4721c8dccb5bd0ad6a0d793219d27cf25bd (diff) | |
download | elgg-41dd5f6e18213e6041900b058817a1951caca177.tar.gz elgg-41dd5f6e18213e6041900b058817a1951caca177.tar.bz2 |
Prevent distortion of image
-rw-r--r-- | views/default/css/elements/typography.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |