I'm looking for something like this for my site, however I'm already using gatsby-image and friends to optimize my images. Therefore my image markup is slightly more complex than an <img> tag.
I wasn't surprised that the plugin wasn't working on top of gatsby-image out of the box, but do you know if there's a way that it could?
Thanks @leonardodino for the plugin!
I'm looking for something like this for my site, however I'm already using
gatsby-image
and friends to optimize my images. Therefore my image markup is slightly more complex than an<img>
tag.I wasn't surprised that the plugin wasn't working on top of
gatsby-image
out of the box, but do you know if there's a way that it could?