mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-21 23:45:06 +08:00
double click for fullscreen
This commit is contained in:
parent
46ee6515fa
commit
7a33472dd8
@ -51,7 +51,7 @@
|
||||
<!--</div>-->
|
||||
|
||||
|
||||
<video id="remote-video" height="500" autoplay></video>
|
||||
<video id="remote-video" height="500" autoplay ondblclick={this.requestFullscreen()}></video>
|
||||
<video id="local-video" height="150" autoplay muted></video>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user