From 2f52e8ee18126fef4a4a13d27077ca926aed1425 Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Wed, 20 Aug 2014 17:17:17 +0200 Subject: BF: Apply image place holder only if the image message has the height information --- webclient/room/room.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webclient') diff --git a/webclient/room/room.html b/webclient/room/room.html index 4d7417a80e..db6add4ee7 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -42,7 +42,7 @@
+ ng-style="msg.content.body.h && { 'height' : (msg.content.body.h < 320) ? msg.content.body.h : 320}">
-- cgit 1.4.1