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
It would help a lot if the their was a demo site with code available, however comparing against the generated HTML of the demo linked in the readme, I noticed a couple of (likely key) differences compared to my site's code:
On the left is my site and on the right is the demo site. Note that
The <img> tag on my site isn't nested inside the responsive background image <span>
The .medium-zoom-image class is missing from the <img> on my site
Not sure why the tag isn't being nested properly, or if this is some sort of conflicting dependency issue. Any idea on what it might be, or what I could try to resolve it?
The text was updated successfully, but these errors were encountered:
Something must've gone wrong while installing the package, I nuked my node_modules folder and reinstalled and it started working! (sort of, having the same problem as #1 ), closing
I followed the instructions and installed the plugin, added it to the gatsby-config.js file like so:
however clicking on it does nothing.
It would help a lot if the their was a demo site with code available, however comparing against the generated HTML of the demo linked in the readme, I noticed a couple of (likely key) differences compared to my site's code:
On the left is my site and on the right is the demo site. Note that
<img>
tag on my site isn't nested inside the responsive background image<span>
.medium-zoom-image
class is missing from the<img>
on my siteNot sure why the tag isn't being nested properly, or if this is some sort of conflicting dependency issue. Any idea on what it might be, or what I could try to resolve it?
The text was updated successfully, but these errors were encountered: