Please have a look at the three images in a row on the page below. I’ve deactivated the animation in the masonry gallery but the images still zoom in when you hover over them. Thanks!
Hi mosaic,
The Image effect has this description:
Do you want to add an image overlay effect that gets applied or removed on mouseover?
The hover effect is actually for the overlay but not the image itself.
If you want to remove that scaling/zooming effect then please add this CSS code in Enfold > General Styling > Quick CSS:
#top .av-masonry-entry .av-masonry-image-container {
-webkit-transform: scale(1);
transform: scale(1);
}
Best regards,
Nikko