Set autoplay to muted so it works consistently.
This commit is contained in:
parent
0c07bba31e
commit
4d205fcd1b
|
@ -41,7 +41,7 @@ limitations under the License.
|
|||
</ul>
|
||||
<div id='tab-preview' class='tab-content'>
|
||||
<video id="videoel" width="400" height="300"
|
||||
preload="auto" loop></video>
|
||||
muted autoplay preload="auto" loop></video>
|
||||
</div>
|
||||
<div id='tab-annotated' class='tab-content current'>
|
||||
<div id="detectedFaces"></div>
|
||||
|
|
Loading…
Reference in New Issue