<div class="video" data-module="video" data-youtube-video="true" data-autoplay="" data-hide-controls="" data-loop="" data-muted="" data-ratio="">
<template class="js-youtube-template">
<iframe src="https://www.youtube-nocookie.com/embed/?playsinline=1&showinfo=0&rel=0&enablejsapi=1" allowfullscreen allowtransparency allow="autoplay"></iframe>
</template>
<div class="js-video-container video__container" data-poster-url="">
<div class="video__player js-video-player"></div>
</div>
</div>
<div class="video" {{#unless doNotInitialise}}data-module="video"{{/unless}} data-youtube-video="true" data-autoplay="{{autoplay}}" data-hide-controls="{{hideControls}}" data-loop="{{loop}}" data-muted="{{muted}}" data-ratio="{{ratio}}">
<template class="js-youtube-template">
<iframe
src="https://www.youtube-nocookie.com/embed/{{video.videoId}}?playsinline=1&showinfo=0&rel=0&enablejsapi=1"
allowfullscreen
allowtransparency
allow="autoplay"
></iframe>
</template>
<div class="js-video-container video__container" data-poster-url="{{video.posterUrl}}">
<div class="video__player js-video-player"></div>
</div>
{{#if tags}}
{{> @cp-hashtags tags }}
{{/if}}
</div>
/* No context defined for this component. */
There are no notes for this item.