You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to implement gatsby-remark-images-zoom in a second project of mine. On a hunch I added gatsby-remark-images-zoom at the end of the gatsby-transformer plugins array. This way it works but I get #1. This happens in dev and in production.
When I move gatsby-remark-images-zoom up behind gatsby-remark-images in the gatsby-transformer plugins array, gatsby-remark-images-zoom does not work at all.
I then tried moving gatsby-remark-images-zoom at the end of the gatsby-transformer plugins array in my first project (see above). In this case that did not help - it still would not work.
My issue is very similar to #2;
When I compare to the demo site:
<img>
tag on my site isn't nested inside the responsive background image<span>
<img>
on my siteThe main difference seems to be that nuking node_modules did not help.
This is my configuration: https://github.com/barbalex/vermehrung/blob/c76d323180b13db0297c0b05bfb83bd9d569c9f3/gatsby-config.js#L90
Here is the md file with the image: https://github.com/barbalex/vermehrung/blob/c76d323180b13db0297c0b05bfb83bd9d569c9f3/src/technischeDoku/struktur.md
In my case this happens in dev and in production.
The text was updated successfully, but these errors were encountered: