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-gifsfrom the NPM registry:
yarn add gatsby-remark-gifs- Add the plugin to your
gatsby-config.jsfile
module.exports = {
plugins: [
{
resolve: "gatsby-transformer-remark",
options: {
plugins: ["gatsby-remark-gifs"],
},
},
],
}- Add gifs in your content
Contributing
- ⇄ Pull/Merge requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.