Browse Source

Fixes the issue with the large video that doesn't fill the large video container.

j8
hristoterezov 11 years ago
parent
commit
9b5edde621
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      css/videolayout_default.css

+ 5
- 0
css/videolayout_default.css View File

102
     text-align: center;
102
     text-align: center;
103
 }
103
 }
104
 
104
 
105
+#largeVideo
106
+{
107
+    object-fit: cover;
108
+}
109
+
105
 #presentation,
110
 #presentation,
106
 #etherpad,
111
 #etherpad,
107
 #localVideoWrapper>video,
112
 #localVideoWrapper>video,

Loading…
Cancel
Save