From b7408fa39eca66f75cf6d29b6bdf3c4b602d201b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 16 Oct 2015 16:27:51 +0200 Subject: we now provide images for all suffixes (0-3) -> simplify photo item body creation and provide width x height for any size --- view/css/conversation.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view') 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 { -- cgit v1.2.3