Support Team
posted this
12 August 2016
Hi,
You added IFRAME with fixed size: 500x375px.
So they look according to the code you're using.
Please try adding video in the way suggested by bootstrap:
http://getbootstrap.com/components/#responsive-embed
For example:
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/chqe7kmmMg4?feature=oembed"></iframe>
</div>
Thank you,
Olivia
Hi,
You added IFRAME with fixed size: 500x375px.
So they look according to the code you're using.
Please try adding video in the way suggested by bootstrap:
http://getbootstrap.com/components/#responsive-embed
For example:
`<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/chqe7kmmMg4?feature=oembed"></iframe>
</div>`
Thank you,
Olivia