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

pull/205/head
hristoterezov 11 years ago
parent c6cc570f1d
commit 9b5edde621
  1. 5
      css/videolayout_default.css

@ -102,6 +102,11 @@
text-align: center;
}
#largeVideo
{
object-fit: cover;
}
#presentation,
#etherpad,
#localVideoWrapper>video,

Loading…
Cancel
Save