YouTube Code Snippets

Embedding a YouTube Video in Omni Update (OU)

Using this code snippet, your videos will be responsive and will fill the width of their defined container. Examples are provided below.

To locate the embed URL of your video, please watch the video (Closed captions provided).

For tips on youtube video best practices, visit Creating Accessible Youtube Videos

    
<div class="video-container" style="margin-bottom: 20px;">
<iframe src="https://www.youtube.com/embed/JIJAu4kpb-c " width="320" height="240" allowfullscreen="true"></iframe>
</div>