Video muted for Chrome to autoplay

This commit is contained in:
FusionPBX
2024-07-24 15:21:33 -06:00
committed by GitHub
parent bc5165572a
commit 276bf0258f
5 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
</head>
<body>
{if !empty($background_video)}
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
<video id="background-video" autoplay muted poster="" onloadstart="this.playbackRate = 1;">
<source src="{$background_video}" type="video/mp4">
</video>
{/if}

View File

@@ -59,7 +59,7 @@
</head>
<body>
{if !empty($background_video)}
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
<video id="background-video" autoplay muted poster="" onloadstart="this.playbackRate = 1;">
<source src="{$background_video}" type="video/mp4">
</video>
{/if}

View File

@@ -59,7 +59,7 @@
</head>
<body>
{if !empty($background_video)}
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
<video id="background-video" autoplay muted poster="" onloadstart="this.playbackRate = 1;">
<source src="{$background_video}" type="video/mp4">
</video>
{/if}

View File

@@ -11,7 +11,7 @@
</head>
<body>
{if !empty($background_video)}
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
<video id="background-video" autoplay muted poster="" onloadstart="this.playbackRate = 1;">
<source src="{$background_video}" type="video/mp4">
</video>
{/if}

View File

@@ -59,7 +59,7 @@
</head>
<body>
{if !empty($background_video)}
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
<video id="background-video" autoplay muted poster="" onloadstart="this.playbackRate = 1;">
<source src="{$background_video}" type="video/mp4">
</video>
{/if}