mirror of
https://github.com/danbee/jekyll-video-tag
synced 2025-03-04 08:59:11 +00:00
| .gitignore | ||
| LICENCE.txt | ||
| README.md | ||
| video_tag.rb | ||
| video.css | ||
| video.css.sass | ||
Video Tag
Easy responsive videos for Jekyll.
Jekyll Video Tag is a liquid tag that adds responsive videos to your Jekyll static site.
Usage
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 %}