瀏覽代碼

css class for remote video specified

j8
Konstantyn Pahsura 8 年之前
父節點
當前提交
9633919e32
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 1
modules/UI/videolayout/RemoteVideo.js 查看文件

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

Loading…
取消
儲存