浏览代码

Update template.php

FusionPBX 1 年之前
父节点
当前提交
c39baaf333
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      themes/default/template.php

+ 1 - 2
themes/default/template.php

@@ -1163,7 +1163,7 @@
 
 	{*//video background *}
 	{if !empty($settings.theme.background_video)}
-		<video id="background-video" autoplay muted poster=" onloadstart="this.playbackRate = 1;">
+		<video id="background-video" autoplay muted poster="" onloadstart="this.playbackRate = 1; this.pause();">
 			<source src="{$settings.theme.background_video}" type="video/mp4">
 		</video>
 	{/if}
@@ -1229,4 +1229,3 @@
 
 </body>
 </html>
-