Hey, so here’s the issue : I installed in my store a slick slider, that I combined with the Jquery.zoom as follows
Show More
{% for image in product.images %}
{% endfor %}
{% for image in product.images %}
{% endfor %}
The thing is that the way my js is put results in the same “zoomed image” being shown on hover even after clicking on another image. What should I do in order to fix this ? Maybe the zoom script should depend on the slick slider one, but how ?