How can I adjust the zoom size of product images on my website?

@Vanbesky

Sorry about that, please follow the instructions below instead.

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Section folder, and find the main-product.liquid file.
  3. Find the code below and delete it.

  1. Same in feature-product.liquid, still at the Section folder.

  2. Find the code below and delete it.


  1. Next, open the base.css under the Asset folder and paste the code below.
.product__modal-opener .product__media-icon {
    display: none !important
}