• Hi
    How to control reduce or control the % of zoom when looking the product images in product pages ?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for reaching out to us and apologies for the delay in getting back to you!

    Are you referring to the zoom on the main image in the single product page? If so, you can add this in Customizer > Additional CSS:

    img.zoomImg {
        width: 1000px!important;
        height: 1400px!important;
    }

    This should decrease the % of zoom on the main product image as the size of the “zoomed image” will become smaller. You can decrease the values for the width and height CSS properties depending on your preference.

    Hope this helps and let us know if we can assist you further.

    Best Regards,
    Karla

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce zoom in in product images’ is closed to new replies.