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

This commit is contained in:
hristoterezov 2014-11-26 16:36:42 +02:00
parent c6cc570f1d
commit 9b5edde621
1 changed files with 5 additions and 0 deletions

View File

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