video support for jekyll template based web page
$ component install xufeng123/jekyll-video
In your post, just add the url of the video as you normaly done with markdown. eg:
[Otis Redding - Sitting On The Dock Of The Bay](http://vimeo.com/15414122)
Nothing to do. Just install it and I'll handle everything for you.
For your consideration, please input the width
and heigth
when require so that you can get whatever width and heigth with your want.
Usage:
require('jekyll-video')(500, 428);
You're welcome.
WTFGPL