Update
This commit is contained in:
parent
c609fc9229
commit
73905cdfd1
1 changed files with 2 additions and 2 deletions
|
@ -82,14 +82,14 @@ Quotes mix it up a little bit, if you write long articles. So use quotes:
|
|||
With foundation responsive videos are easy. [More ›](http://foundation.zurb.com/docs/components/flex_video.html)
|
||||
|
||||
<div class="flex-video">
|
||||
<iframe with video />
|
||||
<iframe width="1280" height="720" src="//www.youtube.com/embed/WoHxoz_0ykI" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
#### Code to use for flexible videos
|
||||
|
||||
{% highlight html %}
|
||||
<div class="flex-video">
|
||||
<iframe width="1280" height="720" src="//www.youtube.com/embed/WoHxoz_0ykI" frameborder="0" allowfullscreen></iframe>
|
||||
<iframe with video />
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
|
||||
|
|
Reference in a new issue