Community Plugin
View plugin on GitHubgatsby-remark-gifs
gatsby-remark-gifs
is a Gatsby remark plugin to make .gif images work
Usage
- Download
gatsby-remark-gifs
from the NPM registry:
yarn add gatsby-remark-gifs
- Add the plugin to your
gatsby-config.js
file
module.exports = {
plugins: [
{
resolve: "gatsby-transformer-remark",
options: {
plugins: ["gatsby-remark-gifs"],
},
},
],
}
- Add gifs in your content
![My gif](./awesome.gif)
Contributing
- ⇄ Pull/Merge requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.