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

https://github.com/zbicin/hexo-gfycat

Gfycat embedding tag for hexo (https://hexo.io).
https://github.com/zbicin/hexo-gfycat

Last synced: 2 months ago
JSON representation

Gfycat embedding tag for hexo (https://hexo.io).

Awesome Lists containing this project

README

        

# hexo-gfycat

Gfycat embedding tag for [hexo](https://hexo.io). 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](https://github.com/gfycat/gfycat.js) in your layout.

## Example:

`{% gfycat CourageousDiscreteDeinonychus fixed 320 240 %}`

translates to:

``

## Author
[@zbicin](https://twitter.com/zbicin)