Video muted for Chrome to autoplay
This commit is contained in:
parent
bc5165572a
commit
276bf0258f
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue