JaeYeopHan / gatsby-remark-images-medium-zoom

🤳medium-zoom plugin for gatsby! Raise UX of user who visit your gatsby site with this plugin
https://www.npmjs.com/package/gatsby-remark-images-medium-zoom
MIT License
50 stars 3 forks source link

Cant get this to work on product thumbnails #3

Open domtaylor opened 5 years ago

domtaylor commented 5 years ago

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?

JaeYeopHan commented 5 years ago

@domtaylor Sorry for the late reply. are you using gatsby-remark-images in project?

domtaylor commented 5 years ago

@JaeYeopHan no worries. I'm using both gatsby-remark-images, gatsby-transformer-ramark, gatsby-remark-images-medium-zoom in my project.

JaeYeopHan commented 5 years ago

@domtaylor oh i see....

  1. can i see the your project source code? (github link)
  2. are you using webp format in gatsby-remart-images?
domtaylor commented 5 years ago

@JaeYeopHan just sent you an invite.

  1. No. I will add that in gatsby-config.js now see if it helps
JaeYeopHan commented 5 years ago

@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.

domtaylor commented 5 years ago

@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.