<video class="a-video" controls>
<source src="../../videos/barmer-video-stark-8x3.mp4" type="video/mp4">
<p>Video tag fallback content</p>
</video>
<video
class="a-video"
{{#if switches.autoplay}}autoplay{{/if}}
{{#if switches.muted}}muted{{/if}}
{{#if switches.controls}}controls{{/if}}
{{#if switches.loop}}loop{{/if}}
{{#if switches.playsinline}}playsinline{{/if}}
>
{{#each content.sources}}
<source src="{{src}}" type="{{type}}" {{{dataAttributes}}}>
{{/each}}
{{#if content.fallback}}
{{{ content.fallback }}}
{{/if}}
</video>
{
"switches": {
"autoplay": false,
"muted": false,
"controls": true,
"loop": false,
"playsinline": false
},
"content": {
"sources": [
{
"src": "../../videos/barmer-video-stark-8x3.mp4",
"type": "video/mp4"
}
],
"fallback": "<p>Video tag fallback content</p>"
}
}
No notes defined.