Make the embedded youtube video responsive.

pull/2/head
Sebastian Kinne 2015-07-28 08:54:18 +03:00
parent 719aa7b593
commit bbdb063c49
1 changed files with 3 additions and 1 deletions

View File

@ -146,7 +146,9 @@
<div class="col-md-12">
<center>
<h3>Watch the Demo</h3>
<iframe width="853" height="480" src="https://www.youtube.com/embed/l8YpTOv7Q2A?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/l8YpTOv7Q2A?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</center>
</div>
</div>