Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #662401

    Hi enfold team,
    how can I display the animation effect of the image gallery on my website?

    #663440

    Hey vnfan,

    Sorry for the late reply. I’m not sure what you are referring to, do you mean the images which you haven’t added yet?

    Regards,
    Rikard

    #664150

    No Rikard,
    I have add 3 pictures under the video. I want to turn off the image animation effect so that they are not zoomed out when the user scrolls down.
    I have tried this but it didn’t work.

    .avia_transform .avia-gallery-thumb img.avia_start_animation {
    animation: none ! important;
    }.

    #665108

    Hey!

    Please try this:

    avia_transform .avia-gallery-thumb img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    Regards,
    Ismael

    #665381

    Hi Isamel,
    the animation is still there.

    #666243

    Hi,

    I checked images in question, but there is no zoom effect anymore when hovering:

    View post on imgur.com

    Please clear browser cache and hard refresh a few times.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.