<div class="a-video video--embed">
    <iframe src="https://www.youtube-nocookie.com/embed/BGam1KihgbI" title="YouTube video playe" frameborder="0" allow="" allowfullscreen></iframe>
</div>
<div class="a-video video--embed">
  <iframe src="{{content.src}}" title="{{content.title}}" frameborder="0" allow="{{allowAttr}}" {{# switches.fullScreen }}allowfullscreen{{/switches.fullScreen}}></iframe>
</div>
{
  "switches": {
    "autoplay": false,
    "muted": false,
    "controls": true,
    "loop": false,
    "playsinline": false,
    "fullScreen": true
  },
  "content": {
    "sources": [
      {
        "src": "../../videos/barmer-video-stark-8x3.mp4",
        "type": "video/mp4"
      }
    ],
    "fallback": "<p>Video tag fallback content</p>",
    "src": "https://www.youtube-nocookie.com/embed/BGam1KihgbI",
    "title": "YouTube video playe",
    "allowAttr": "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  }
}

No notes defined.