The Featured Video (standalone) component embeds a video within your content with Missouri State branding applied. Find out how to insert video, with or without the blue drop shadow, on to your page.
- Handle: @featured-video--video
- Variants (2): Single video , Playlist
- Preview:
- Filesystem Path: src/components/03-page-elements-and-patterns/images-and-videos/featured-video/featured-video.hbs
- Referenced by (8): @call-to-action-with-featured-image, @call-to-action-with-featured-image--flip, @call-to-action-with-featured-image--shaded, @call-to-action-with-featured-image--expand, @call-to-action-with-featured-video, @call-to-action-with-featured-video--flip, @call-to-action-with-featured-video--shaded, @call-to-action-with-featured-video--expand
<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
}