1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 11:30:06 +02:00
parent c609fc9229
commit 73905cdfd1

View file

@ -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 %}