Okay
  Public Ticket #3023037
Zoom images
Closed

Comments

  • careboll started the conversation

    The zoom is not enabled for the widget product images... how can I enable this feature ?

  •  854
    Neuron replied

    Hi,

    I'm so sorry for the late reply, somehow I've missed your ticket.

    Please go to the Product element > Style tab > Image > Hover > Animation, and there you can set the zoo in animation.

    https://ibb.co/7k6KDn6

    Feel free to ask for anything you need.

    Kind Regards


  • careboll replied

    the widget i mean is the one for the single product gallery images... this one:

    1055501635.png

    Regards

  •  854
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Unfortunately, the Product Images element doesn't have the zoom-in feature, but you can add it by adding the following code at the Advanced tab of the element > Custom CSS.

    .woocommerce-product-gallery__image:hover img{
        transform: scale(1.5) !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards