Unsure why, but none of my product pages images expand any longer when clicked on.
This always worked fine, no idea why it just stopped.
Works fine on mobile, not on desktop.
Any thoughts?
Unsure why, but none of my product pages images expand any longer when clicked on.
This always worked fine, no idea why it just stopped.
Works fine on mobile, not on desktop.
Any thoughts?
Hi @Vacek
Welcome to the Shopify Community! Please share your store URL and password (if itβs password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
@Vacek m
This is almost always caused by JS or CSS disabling the desktop image zoom / lightbox, usually after a theme update or app change.
Most common causes (desktop only)
pointer-events: none or override click events.product__media img {
pointer-events: none;
}
or an overlay div sitting on top of images
4. JS error stopping the gallery
Quick test
If you tell me:
I can tell you exactly where it broke and how to fix it in 2β3 minutes.
Could you share the link to your product page?