Personal Website

Saturday, January 14, 2017

How Add a Youtube Video or Mp4 in Bootstrap or HTML. Full Tutorial

Hi Everybody, if you want to add a  Video to your web just follow these simple steps.

using that code wil give you a responsive video player with full control
<div class="embed-responsive embed-responsive-16by9">
    <iframe class="embed-responsive-item" width="640" height="480" src="https://www.youtube-nocookie.com/embed/Lw_e0vF1IB4" frameborder="0" allowfullscreen></iframe>
</div>