mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +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 {
|
#remote-video {
|
||||||
width: 75vw;
|
/* width: 75vw;
|
||||||
height: calc((16/9) * 75vw);
|
height: calc((16/9) * 75vw); */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
/* border: 3px solid red; */
|
/* border: 3px solid red; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user