gatsby-remark-images-medium-zoom
gatsby-remark-images-medium-zoom copied to clipboard
Cant get this to work on product thumbnails
I have tried using your solution for image zooming for my product thumbnails.
https://store.shaka-surf.com/products/eco-medium-g5-surf-fins
But it's not working. Any ideas?
@domtaylor Sorry for the late reply. are you using gatsby-remark-images in project?
@JaeYeopHan no worries. I'm using both gatsby-remark-images, gatsby-transformer-ramark, gatsby-remark-images-medium-zoom in my project.
@domtaylor oh i see....
- can i see the your project source code? (github link)
- are you using
webp
format ingatsby-remart-images
?
@JaeYeopHan just sent you an invite. 2. No. I will add that in gatsby-config.js now see if it helps
@domtaylor check this line plz, https://github.com/domtaylor/gatsby-demo-store/blob/master/gatsby-config.js#L57 (you'r using webp format :) ) Currently, this plugin do not support webp image foramt. I'm sorry I can't help you.
@JaeYeopHan thanks for looking at the repo. I just added this line, because I thought it needed to be webp format, but before I wasn't and it was not working as well. So I think it's something else.