[ci skip] Useless post from Feeling Responsive
This commit is contained in:
parent
6afd536428
commit
7c798da73a
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
date: "2013-06-25T00:00:00Z"
|
||||
description: Custom written post descriptions are the way to go... if you're not lazy.
|
||||
tags:
|
||||
- sample post
|
||||
- video
|
||||
title: A Post with a Video
|
||||
disable_share: true
|
||||
---
|
||||
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/SU3kYxJmWuQ" frameborder="0"> </iframe>
|
||||
|
||||
Video embeds are responsive and scale with the width of the main content block with the help of [FitVids](http://fitvidsjs.com/).
|
||||
|
||||
Not sure if this only effects Kramdown or if it's an issue with Markdown in general. But adding YouTube video embeds causes errors when building your Jekyll site. To fix add a space between the `<iframe>` tags and remove `allowfullscreen`. Example below:
|
||||
|
||||
{{< highlight html >}}
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/SU3kYxJmWuQ" frameborder="0"> </iframe>
|
||||
{{< / highlight >}}
|
Loading…
Add table
Reference in a new issue