From d7a6641b00ebaaf2f8dc814682c52253d64b1064 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 26 Sep 2014 11:22:49 +0100 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 8 ++++---- params.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 6e4e25c..e1898d1 100644 --- a/index.html +++ b/index.html @@ -74,16 +74,16 @@

Usage

-
{% video {embed-url} width={width} height={height} %}
-
+
{% video {embed-url} width={width} height={height} %}
+

The embed URL is the one that is referenced by the iframe in the video embed code.

Example:

-
{% video //www.youtube.com/embed/7eP4pw03PCg width=560 height=315 %}
-
+
{% video //www.youtube.com/embed/7eP4pw03PCg width=560 height=315 %}
+

Contributing

diff --git a/params.json b/params.json index 3f6d982..dc343a3 100644 --- a/params.json +++ b/params.json @@ -1 +1 @@ -{"name":"Jekyll Video Tag","tagline":"Responsive videos for Jekyll.","body":"# Jekyll Video Tag\r\n\r\nJekyll Video Tag is a liquid tag that adds responsive videos to your [Jekyll](http://jekyllrb.com) static site.\r\n\r\n## Installation\r\n\r\nAdd this line to your application's Gemfile:\r\n\r\n gem 'jekyll-video-tag'\r\n\r\nAnd then execute:\r\n\r\n $ bundle\r\n\r\nOr install it yourself as:\r\n\r\n $ gem install jekyll-video-tag\r\n\r\nAdd the gem to your Jekyll config:\r\n\r\n gems: ['jekyll_video_tag']\r\n\r\nPlace the following snippet somewhere in your CSS:\r\n\r\n``` css\r\n.video-container {\r\n position: relative;\r\n width: 100%;\r\n height: 0; }\r\n .video-container iframe {\r\n position: absolute;\r\n width: 100%;\r\n height: 100%; }\r\n```\r\n\r\n## Usage\r\n\r\n``` liquid\r\n{% video {embed-url} width={width} height={height} %}\r\n```\r\n\r\nThe embed URL is the one that is referenced by the iframe in the video embed code.\r\n\r\n### Example:\r\n\r\n``` liquid\r\n{% video //www.youtube.com/embed/7eP4pw03PCg width=560 height=315 %}\r\n```\r\n\r\n## Contributing\r\n\r\n1. Fork it ( https://github.com/danbee/jekyll_video_tag/fork )\r\n2. Create your feature branch (`git checkout -b my-new-feature`)\r\n3. Commit your changes (`git commit -am 'Add some feature'`)\r\n4. Push to the branch (`git push origin my-new-feature`)\r\n5. Create a new Pull Request\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file +{"name":"Jekyll Video Tag","tagline":"Responsive videos for Jekyll.","body":"# Jekyll Video Tag\r\n\r\nJekyll Video Tag is a liquid tag that adds responsive videos to your [Jekyll](http://jekyllrb.com) static site.\r\n\r\n## Installation\r\n\r\nAdd this line to your application's Gemfile:\r\n\r\n gem 'jekyll-video-tag'\r\n\r\nAnd then execute:\r\n\r\n $ bundle\r\n\r\nOr install it yourself as:\r\n\r\n $ gem install jekyll-video-tag\r\n\r\nAdd the gem to your Jekyll config:\r\n\r\n gems: ['jekyll_video_tag']\r\n\r\nPlace the following snippet somewhere in your CSS:\r\n\r\n``` css\r\n.video-container {\r\n position: relative;\r\n width: 100%;\r\n height: 0; }\r\n .video-container iframe {\r\n position: absolute;\r\n width: 100%;\r\n height: 100%; }\r\n```\r\n\r\n## Usage\r\n\r\n```\r\n{% video {embed-url} width={width} height={height} %}\r\n```\r\n\r\nThe embed URL is the one that is referenced by the iframe in the video embed code.\r\n\r\n### Example:\r\n\r\n```\r\n{% video //www.youtube.com/embed/7eP4pw03PCg width=560 height=315 %}\r\n```\r\n\r\n## Contributing\r\n\r\n1. Fork it ( https://github.com/danbee/jekyll_video_tag/fork )\r\n2. Create your feature branch (`git checkout -b my-new-feature`)\r\n3. Commit your changes (`git commit -am 'Add some feature'`)\r\n4. Push to the branch (`git push origin my-new-feature`)\r\n5. Create a new Pull Request\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file