Hi enfold team,
how can I display the animation effect of the image gallery on my website?
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
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;
}.
Hey!
Please try this:
avia_transform .avia-gallery-thumb img {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
Regards,
Ismael
Hi Isamel,
the animation is still there.
Hi,
I checked images in question, but there is no zoom effect anymore when hovering:
Please clear browser cache and hard refresh a few times.
Best regards,
Andy