made remote video fill the whole screen

This commit is contained in:
Chaphasilor 2020-04-11 15:14:16 +02:00 committed by Ian Ramzy
parent c972d65f1e
commit 7e366d21e4
1 changed files with 4 additions and 2 deletions

6
public/css/chat.css vendored
View File

@ -375,8 +375,10 @@ button:hover {
}
#remote-video {
width: 75vw;
height: calc((16/9) * 75vw);
/* width: 75vw;
height: calc((16/9) * 75vw); */
width: 100%;
height: 100%;
/* border: 3px solid red; */
}