diff --git a/html5/verto/verto_communicator/bower.json b/html5/verto/verto_communicator/bower.json
index c69b4785d5..6a05c29a06 100644
--- a/html5/verto/verto_communicator/bower.json
+++ b/html5/verto/verto_communicator/bower.json
@@ -28,6 +28,7 @@
"bootstrap": "~3.3.4",
"angular-toastr": "~1.4.1",
"angular": "~1.3.15",
+ "angular-sanitize": "~1.3.15",
"angular-route": "~1.3.15",
"angular-prompt": "~1.1.1",
"angular-animate": "~1.3.15",
diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css
index 9bc3a8b70c..d307eecdaf 100644
--- a/html5/verto/verto_communicator/src/css/verto.css
+++ b/html5/verto/verto_communicator/src/css/verto.css
@@ -925,6 +925,10 @@ body .modal-body .btn-group .btn.active {
color: #FFF;
}
+.chat-img {
+ display: block;
+}
+
.chat-members .chat-member-item {
padding: 8px 16px;
height: 56px;
diff --git a/html5/verto/verto_communicator/src/index.html b/html5/verto/verto_communicator/src/index.html
index a1594f8a7f..c450607c9f 100644
--- a/html5/verto/verto_communicator/src/index.html
+++ b/html5/verto/verto_communicator/src/index.html
@@ -56,7 +56,7 @@
-
+
@@ -66,6 +66,7 @@
+
@@ -87,14 +88,14 @@
-
+
-
+
-
+
@@ -119,6 +120,9 @@
+
+
+
@@ -133,4 +137,3 @@