Skip to content

Commit

Permalink
Merge pull request #605 from robintown/maximized-fill
Browse files Browse the repository at this point in the history
Let the maximized video feed fill the window
  • Loading branch information
robintown authored Sep 26, 2022
2 parents 25388a7 + 2155d9b commit 47f7e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video-grid/VideoTile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
.videoTile.maximised {
position: relative;
border-radius: 0;
height: 100%;
width: 100%;
}

.videoTile.screenshare > video {
Expand Down

0 comments on commit 47f7e0e

Please sign in to comment.