Hello,
Here’s my website : www.lothaire.fr
In any collection, like this one, for example, https://www.lothaire.fr/collections/collection-halloween, hovering shows the second image (great !), and zooms (not great !). How can I disable this zoom in the code ?
Thank you.
Hi @LothaireBordeau
To disable the zoom image
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css
.grid-product__secondary-image img {
object-fit: contain;
}
1 Like
@LothaireBordeau
You are welcome and let me know if you need any help for me
Hello,
How can I enable the zoom image? the same website as above Impulse.
Thank you,