Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1297062

    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!

    #1297319

    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

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