7

I've just started looking into Jekyll for my blog. Is it possible to bring in custom video iframes into blog posts? I use Markdown. Thanks all!

Guy Gunaratne
  • 73
  • 1
  • 3
  • possible duplicate of [how to include video in jekyll markdown blog](http://stackoverflow.com/questions/10529859/how-to-include-video-in-jekyll-markdown-blog) – raphael Jul 27 '15 at 18:12

1 Answers1

15

No problem, you can insert an embed code like <iframe width="560" height="315" src="https://www.youtube.com/embed/dHHmUF9gs70" frameborder="0" allowfullscreen></iframe> in a markdown file.

David Jacquel
  • 51,670
  • 6
  • 121
  • 147