"Test: Youtube responsive"
Bootstrap 3.3.0 Snippet by alexhickin

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h1>YouTube Responsive</h1> <div class="col-md-6 embed-responsive embed-responsive-16by9"><iframe width="560" height="315" src="https://www.youtube.com/embed/nKIu9yen5nc" frameborder="0" allowfullscreen></iframe> </div> <div class="col-md-6 embed-responsive embed-responsive-16by9"> <iframe width="560" height="315" src="https://www.youtube.com/embed/ZapOy3eH3yE" frameborder="0" allowfullscreen></iframe> </div> </div> <hr> <div class="row"> <h1>YouTube Responsive</h1> <div class="col-md-6 embed-responsive embed-responsive-16by9"><iframe width="560" height="315" src="https://www.youtube.com/embed/nKIu9yen5nc" frameborder="0" allowfullscreen></iframe> </div> <div class="col-md-6"> <h2>Google Map</h2> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1323.9147428365852!2d-89.49155706446615!3d48.421417819576725!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4d58dd2d5011c5c9%3A0x954147e78749c20c!2s75+Calvert+Rd!5e0!3m2!1sen!2sca!4v1424371038784" width=100% height="450" frameborder="0" style="border:0"></iframe> </div> </div> </div>

Related: See More


Questions / Comments: