<video data-module="video" class="video-player__video" playsinline preload="metadata">
</video>
<video
data-module="video"
class="video-player__video"
playsinline
preload="metadata"
{{#if posterUrl}}poster="{{posterUrl}}"{{/if}}
{{#if loop}}loop{{/if}}
{{#if showControls}}controls{{/if}}
{{#if autoplay}}autoplay muted{{/if}}
{{#if dashUrl}}data-dash-url="{{dashUrl}}"{{/if}}
{{#if hlsUrl}}data-hls-url="{{hlsUrl}}"{{/if}}
{{#if posterUrl}}data-poster-url="{{posterUrl}}"{{/if}}
>
{{#each sources}}
<source src="{{this.url}}" type="{{this.type}}">
{{/each}}
{{#if dashUrl}}
<source src="{{dashUrl}}" type="application/dash+xml">
{{/if}}
{{#if hlsUrl}}
<source src="{{hlsUrl}}" type="application/x-mpegURL">
{{/if}}
</video>
{
"theme": "default",
"firstInstance": true
}
No notes defined.