• Resolved tanmay0713

    (@tanmay0713)


    Hi Vladimir,

    Can I Add Zoom effect on Image hover in image carousel shortcode? I have tried using css but it doesn’t work.Could you please guide me on this topic?

    Kindest Regards
    Vipul Arora

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi Vipul,

    I’m not sure it can be done with a simple CSS snippet. This feature requires a custom JS script.

    Thread Starter tanmay0713

    (@tanmay0713)

    Hi Vladimir,

    Could you provide me this feature with pro version?

    Kindest Regards
    Vipul Arora

    Plugin Author Vova

    (@gn_themes)

    Hi Vipul,

    Do you mean custom development? Sorry, I’m really overloaded now.

    Thread Starter tanmay0713

    (@tanmay0713)

    Hi Vladimir,

    Thank you for your quick response and kindness

    I was talking about a little zoom hover effect please check the example website given link here you will see few carousel I think that can be done with simple css but I am unable to configure it with shortcode plugin.

    example url:

    https://www.tatacliq.com/

    Kindest Regards
    Vipul Arora

    Plugin Author Vova

    (@gn_themes)

    Hi Vipul,

    you can try the following snippet, add it to the Custom CSS code field at the plugin settings screen:

    .su-image-carousel-item-content img {
    	transition: transform .3s ease;
    }
    .su-image-carousel-item-content img:hover {
    	transform: scale(1.05);
    }

    But, as I said, that’s not enough to reproduce the effect. Images will be cropped on zoom.

    Thread Starter tanmay0713

    (@tanmay0713)

    Hi Vladimir,

    Thank you for again for your great support and kindness as you have spared your valuable time for helping.. personally saying you have golden heart.

    Kindest Regards
    Vipul Arora

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add Zoom effect on Image hover’ is closed to new replies.