1
0
mirror of https://github.com/danbee/jekyll-video-tag synced 2025-03-04 08:59:11 +00:00

Remove language from liquid blocks.

This commit is contained in:
Daniel Barber 2014-09-26 11:21:40 +01:00
parent 6616c567c8
commit 04362f9907

View File

@ -35,7 +35,7 @@ Place the following snippet somewhere in your CSS:
## Usage
``` liquid
```
{% video {embed-url} width={width} height={height} %}
```
@ -43,7 +43,7 @@ The embed URL is the one that is referenced by the iframe in the video embed cod
### Example:
``` liquid
```
{% video //www.youtube.com/embed/7eP4pw03PCg width=560 height=315 %}
```