1
0
mirror of https://github.com/danbee/jekyll-video-tag synced 2025-03-04 08:59:11 +00:00
Go to file
2014-09-25 10:35:23 +01:00
.gitignore First commit. 2014-09-25 10:33:17 +01:00
LICENCE.txt First commit. 2014-09-25 10:33:17 +01:00
README.md Add instructions for the plugin itself. 2014-09-25 10:35:23 +01:00
video_tag.rb First commit. 2014-09-25 10:33:17 +01:00
video.css First commit. 2014-09-25 10:33:17 +01:00
video.css.sass First commit. 2014-09-25 10:33:17 +01:00

Jekyll Video Tag

Easy responsive videos for Jekyll.

Jekyll Video Tag is a liquid tag that adds responsive videos to your Jekyll static site.

Usage

Place the video_tag.rb file in your _plugins directory and add the CSS or Sass file to your site.

{% video {embed-url} width={width} height={height} %}

Example

{% video //www.youtube.com/embed/7eP4pw03PCg width=560 height=315 %}