Browse Source

css class for remote video specified

j8
Konstantyn Pahsura 8 years ago
parent
commit
9633919e32
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 1
modules/UI/videolayout/RemoteVideo.js View File

629
 RemoteVideo.createContainer = function (spanId) {
629
 RemoteVideo.createContainer = function (spanId) {
630
     let container = document.createElement('span');
630
     let container = document.createElement('span');
631
     container.id = spanId;
631
     container.id = spanId;
632
-    container.className = 'videocontainer';
632
+    container.className = 'videocontainer videocontainer_remote';
633
 
633
 
634
     let indicatorBar = document.createElement('div');
634
     let indicatorBar = document.createElement('div');
635
     indicatorBar.className = "videocontainer__toptoolbar";
635
     indicatorBar.className = "videocontainer__toptoolbar";

Loading…
Cancel
Save