diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-16 16:27:51 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-16 16:27:51 +0200 |
commit | b7408fa39eca66f75cf6d29b6bdf3c4b602d201b (patch) | |
tree | 4dded19667754ee1d4913e22944f1b8337d2a0dc /view | |
parent | 6f5f613d9f90c8e168c8a551f0a70ba6644704a8 (diff) | |
download | volse-hubzilla-b7408fa39eca66f75cf6d29b6bdf3c4b602d201b.tar.gz volse-hubzilla-b7408fa39eca66f75cf6d29b6bdf3c4b602d201b.tar.bz2 volse-hubzilla-b7408fa39eca66f75cf6d29b6bdf3c4b602d201b.zip |
we now provide images for all suffixes (0-3) -> simplify photo item body creation and provide width x height for any size
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index d72315fc2..df89eb7d1 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -78,7 +78,8 @@ code { /* conv_item */ .wall-photo-item img { - width: 100%; + width: 100% !important; + max-width: 100% !important; } .wall-item-info { |