Newer
Older
{{ if .video.poster }}
<div class="video-player">
<button class="video-player__play" title ="{{- i18n "blocks.video.play" -}}" aria-label="{{- i18n "blocks.video.play" -}}"></button>
<img src="{{ .video.poster }}" alt="{{ .video_title }}">
</div>
{{ end }}
<div class="video-container">
<iframe data-unloaded-src="{{ .video.embed_with_defaults }}" title="{{ .video_title }}" allowfullscreen allow="autoplay"></iframe>