diff --git a/content/post/2013-06-25-video-post.md b/content/post/2013-06-25-video-post.md deleted file mode 100644 index 42687b8..0000000 --- a/content/post/2013-06-25-video-post.md +++ /dev/null @@ -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 >}} \ No newline at end of file