Make the embedded youtube video responsive.
parent
719aa7b593
commit
bbdb063c49
|
@ -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&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&showinfo=0" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue