1.0.0 • Published 8 years ago
hexo-gfycat v1.0.0
hexo-gfycat
Gfycat embedding tag for hexo. Install using: npm i -S hexo-gfycat.
Syntax
{% gfycat FunnyGfycatIdentifier fixed|responsive|js [width height] %}
Wrapper types:
fixed- fixed-size iframe,responsive- responsive iframe,js- JS embed.
width height are optional and applicable only with fixed wrapper type.
When using js remember to include gfycat.js in your layout.
Example:
{% gfycat CourageousDiscreteDeinonychus fixed 320 240 %}
translates to:
<iframe src='https://gfycat.com/ifr/CourageousDiscreteDeinonychus' frameborder='0' scrolling='no' width='320' height='240' allowfullscreen></iframe>
Author
1.0.0
8 years ago