Browse Source

Update template.php

FusionPBX 1 year ago
parent
commit
c39baaf333
1 changed files with 1 additions and 2 deletions
  1. 1 2
      themes/default/template.php

+ 1 - 2
themes/default/template.php

@@ -1163,7 +1163,7 @@
 
 
 	{*//video background *}
 	{*//video background *}
 	{if !empty($settings.theme.background_video)}
 	{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">
 			<source src="{$settings.theme.background_video}" type="video/mp4">
 		</video>
 		</video>
 	{/if}
 	{/if}
@@ -1229,4 +1229,3 @@
 
 
 </body>
 </body>
 </html>
 </html>
-