Hi, I am having a difficult time trying to find the option to disable “zooming in” in the photos of the products sitewide. I do not need this feature. How can I disable this?
Thank you.
Hi, I am having a difficult time trying to find the option to disable “zooming in” in the photos of the products sitewide. I do not need this feature. How can I disable this?
Thank you.
Hi @Joegr7 ,
Welcome to the Shopify Community! Thanks for asking a good question in community. I would be happy to help you.
I saw your post on community and opened the URL you had posted on your post after researching all the things, I think I can help you on this. This issue is very easy to solve for me.
I’m sharing you the code below with steps, please follow them.
Steps:
Go to Online Store Dashboard ->Themes → Open edit code
Look for Assets folder on code editor and find section-main-product.css → paste below code at the bottom of the file.
.product__media-toggle {display: none !important;}
.product__modal-opener .product__media-icon {display: none !important;}
Thanks