Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 %}
```