Zoom images on mobile devices - by msjackiemack

This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler

  • Avatar: msjackiemack
    msjackiemack
    Participant
    November 22, 2018 at 17:50

    Hi,
    How can I allow zooming of images on my product pages?
    Thanks,

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 23, 2018 at 08:24

    Hello,

    Please try to add this code in style.css file of your child theme:

    .product-content-image img {
        transition: transform .2s; 
    }
    .product-content-image img:hover {
        transform: scale(1.1);
    }

    Regards

    Avatar: msjackiemack
    msjackiemack
    Participant
    November 25, 2018 at 15:01

    It worked, thank you so much.
    Regards,

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 10:19

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Zoom images on mobile devices’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.