embed video

1. Simple embedding with HTML5 video tag

<video src=”https://media.csusa.org/media-library-video/csusa-social-media.m4v” autoplay=”autoplay” controls=”controls” width=”400″ height=”200″></video>

2. Embedding with a YouTube iframe

<iframe src=”https://www.youtube.com/embed/7lFMpmwn_hQ” width=”577″ height=”324″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe>