Update template.php

This commit is contained in:
FusionPBX 2024-06-18 14:10:37 -06:00 committed by GitHub
parent 1b9c746f00
commit a5e31a82dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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>