add autoplay tag. Fixes #3343

This commit is contained in:
Isaac Connor 2021-08-29 09:44:04 -04:00
parent 048b8b13a3
commit d102732a7e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ if ( $Event->Id() and !file_exists($Event->Path()) )
if ( $video_tag ) {
?>
<div id="videoFeed">
<video id="videoobj" class="video-js vjs-default-skin"
<video autoplay id="videoobj" class="video-js vjs-default-skin"
style="transform: matrix(1, 0, 0, 1, 0, 0);"
<?php echo $scale ? 'width="'.reScale($Event->Width(), $scale).'"' : '' ?>
<?php echo $scale ? 'height="'.reScale($Event->Height(), $scale).'"' : '' ?>