Update YouTube embed post
This commit is contained in:
parent
7a1993a672
commit
60874f22d6
|
@ -4,9 +4,25 @@ categories:
|
||||||
- Post Formats
|
- Post Formats
|
||||||
tags:
|
tags:
|
||||||
- Post Formats
|
- Post Formats
|
||||||
last_modified_at: 2017-03-09T12:58:20-05:00
|
last_modified_at: 2017-03-23T15:33:37-04:00
|
||||||
---
|
---
|
||||||
|
|
||||||
<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/l2Of1-d5E5o?controls=0&" frameborder="0" allowfullscreen></iframe>
|
<div class="embed-responsive embed-responsive-16by9">
|
||||||
|
<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/l2Of1-d5E5o?controls=0&" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
This post test YouTube video embeds.
|
This post tests YouTube video embeds.
|
||||||
|
|
||||||
|
Simply wrap embeds with a `<div>` element and the appropriate classes:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<!-- 16:9 aspect ratio -->
|
||||||
|
<div class="embed-responsive embed-responsive-16by9">
|
||||||
|
<iframe class="embed-responsive-item" src="..."></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 4:3 aspect ratio -->
|
||||||
|
<div class="embed-responsive embed-responsive-4by3">
|
||||||
|
<iframe class="embed-responsive-item" src="..."></iframe>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue