Browse Source

Video muted for Chrome to autoplay

FusionPBX 1 year ago
parent
commit
ce6109805e

+ 1 - 1
core/authentication/resources/views/email.htm

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

+ 1 - 1
core/authentication/resources/views/login.htm

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

+ 1 - 1
core/authentication/resources/views/totp.htm

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

+ 1 - 1
core/authentication/resources/views/totp_secret.htm

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

+ 1 - 1
core/authentication/resources/views/username.htm

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