1
0
mirror of https://github.com/danbee/jekyll-video-tag synced 2025-03-04 08:59:11 +00:00
jekyll-video-tag/README.md
2014-09-25 10:35:23 +01:00

20 lines
452 B
Markdown

# Jekyll Video Tag
**Easy responsive videos for Jekyll.**
Jekyll Video Tag is a liquid tag that adds responsive videos to your [Jekyll](http://jekyllrb.com) static site.
### Usage
Place the `video_tag.rb` file in your `_plugins` directory and add the CSS or Sass file to your site.
```liquid
{% video {embed-url} width={width} height={height} %}
```
### Example
```liquid
{% video //www.youtube.com/embed/7eP4pw03PCg width=560 height=315 %}
```