There are no notes for this item.
- Handle: @featured-video--video
- Variants (2): Single video , Playlist
- Preview:
- Filesystem Path: src\components\02-blocks\featured-video\featured-video.hbs
- Referenced by (4): @featured-content, @featured-content--video, @featured-content--flip, @featured-content--shaded
<div class="ContentBlock video">
<div class="container">
<iframe title="YouTube Video" src="https://www.youtube.com/embed/TSzSk7k6ftk" allowfullscreen></iframe>
</div>
</div>
<div class="ContentBlock video">
<div class="container">
<iframe title="YouTube Video" src="https://www.youtube.com/embed/{{#if youTubePlaylist}}?listType=playlist&list={{youTubePlaylistId}}{{else}}{{youTubeId}}{{/if}}" allowfullscreen></iframe>
</div>
</div>
{
"youTubeId": "TSzSk7k6ftk",
"youTubePlaylist": null,
"youTubePlaylistId": null
}