0.0.4 • Published 5 years ago

gatsby-remark-images-modal v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

👀 gatsby-remark-images-modal

Bring modal-zoom to gatsby-remark-images

Note: this plugin requires gatsby-remark-images and gatsby-transformer-remark or gatsby-mdx.

Install

TODO

How to use

// In your gatsby-config.js, under gatsby-transformer-remark plugins

plugins: [
{
  resolve: `gatsby-transformer-remark`,
  options: {
    plugins: [
      `gatsby-remark-images`,
      `gatsby-remark-images-modal`,
    ],
  }
];