Fixes the issue with the large video that doesn't fill the large video container.
This commit is contained in:
parent
c6cc570f1d
commit
9b5edde621
|
@ -102,6 +102,11 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#largeVideo
|
||||
{
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
#presentation,
|
||||
#etherpad,
|
||||
#localVideoWrapper>video,
|
||||
|
|
Loading…
Reference in New Issue