Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freetonik/jekyll-video-plugin
Simple plugins for youtube and vimeo embed
https://github.com/freetonik/jekyll-video-plugin
Last synced: about 2 months ago
JSON representation
Simple plugins for youtube and vimeo embed
- Host: GitHub
- URL: https://github.com/freetonik/jekyll-video-plugin
- Owner: freetonik
- License: mit
- Created: 2016-01-10T12:02:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T12:06:37.000Z (about 9 years ago)
- Last Synced: 2024-04-14T16:01:36.575Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll-video-plugin
*Based on Joel Verhagen's code https://gist.github.com/joelverhagen/1805814*
Easily embed a YouTube or Vimeo video. Drop this file in your `_plugins` directory.
```
{% youtube oHg5SJYRHA0 %}
{% vimeo oHg5SJYRHA0 %}```
Default size is 560 x 420. Specify custom size like so:
```
{% youtube oHg5SJYRHA0 450 220 %}
```