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.

Build a featured video in Modern Campus CMS

<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": null,
  "youTubePlaylist": null,
  "youTubePlaylistId": null
}