mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Add playsinline video attribute for Safari
This commit is contained in:
parent
6ccbea8bd9
commit
2ef1a93eaf
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
<div id="screen">
|
||||
<video id="stream" class="game-screen" hidden muted preload="none"></video>
|
||||
<video id="stream" class="game-screen" hidden muted playsinline preload="none"></video>
|
||||
<canvas id="mirror-stream" class="game-screen" hidden></canvas>
|
||||
<div id="menu-screen">
|
||||
<div id="menu-container"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue