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
When I click on that image, this is what I get in dev console:
js:387 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'content')
at eval (medium-zoom.esm.js:387:1)
at new Promise (<anonymous>)
at open (medium-zoom.esm.js:342:1)
at toggle (medium-zoom.esm.js:533:1)
at HTMLDocument._handleClick (medium-zoom.esm.js:131:1)
eval @ medium-zoom.esm.js:387
I know the selector works because the class medium-zoom-image is added to my image when I inspect it, and there's even a div overlay with the class medium-zoom-overlay but it's just not showing up.
Can I get some assistance pls?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for creating this plugin. I'm trying to install it following the instructions, but I'm not able to.
Here's how I've set it up:
In my
.mdx
file, I've attached thezoom-image
class to my<img>
as such:When I click on that image, this is what I get in dev console:
I know the selector works because the class
medium-zoom-image
is added to my image when I inspect it, and there's even a div overlay with the classmedium-zoom-overlay
but it's just not showing up.Can I get some assistance pls?
The text was updated successfully, but these errors were encountered: