From e0dbb1a47aa3a264e4c3579e2486cd129dd39827 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Thu, 2 Oct 2014 16:58:08 +0300 Subject: [PATCH] Fixes the issue with the dot and arrow new to the remote videos. --- videolayout.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/videolayout.js b/videolayout.js index 1387f2b2d..ff921eb25 100644 --- a/videolayout.js +++ b/videolayout.js @@ -504,6 +504,9 @@ var VideoLayout = (function (my) { peerContainer.show(); else if (peerContainer.is(':visible') && !isShow) peerContainer.hide(); + + VideoLayout.resizeThumbnails(); + }; /**