mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-13 13:49:19 +08:00
made remote video fill the whole screen
This commit is contained in:
parent
c972d65f1e
commit
7e366d21e4
6
public/css/chat.css
vendored
6
public/css/chat.css
vendored
@ -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; */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user