Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #658093

    Hi,
    as in question said I want to deactive zoom effect in masonary gallery. I did not found any element settings for that option. How can I deactive the zoom effect?

    #658100

    Hey Marcel,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: none;
        transform: none;
    }
    

    Best regards,
    Yigit

    #658104

    Hi Yigit,

    works fine. Thanks :)

    #658109

    Hi!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues?

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Deactivate mouse over zoom-effect in masonary gallery’ is closed to new replies.