Let the maximized video feed fill the window
instead of getting letterboxed.
This commit is contained in:
parent
b55aa12100
commit
2155d9bb80
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
|||
.videoTile.maximised {
|
||||
position: relative;
|
||||
border-radius: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.videoTile.screenshare > video {
|
||||
|
|
Loading…
Reference in a new issue