Remove controls element from html5 video.
Fixes video player not reacting on 'Touch events' input mode.
This commit is contained in:
parent
d467a54c6c
commit
23b697b81c
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<body bgcolor="#333333">
|
<body bgcolor="#333333">
|
||||||
<div id="video-container" onclick="requestSync()">
|
<div id="video-container" onclick="requestSync()">
|
||||||
<video id="video" poster="assets/clickToWatch.png" controls autoplay>
|
<video id="video" poster="assets/clickToWatch.png" autoplay>
|
||||||
<source id="mp4_src" src=" " type="video/webm">
|
<source id="mp4_src" src=" " type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user