Hi,
Pc version Hoover photos are working fine. The mobile version does not seem to work at first touch. When you hold longer or click on the other side a bit, then, it changes the photo. But it’s not very intuitive for the customer.
https://e8614c-2.myshopify.com/collections/decking-and-pergola-kits-1
1 Like
@GediminasS oh sorry for that issue can you try this script code its work on mobile or touch device only add this your js file
const images = document.querySelectorAll('.your-image-selector');
images.forEach(image => {
image.addEventListener('touchstart', function() {
// Code to change the image on touch
});
});
@KetanKumar where do i need to paste it?
1 Like
@GediminasS your theme.js file bottom the code
Hi,
Unfortunately same, nothing changed.