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?
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
Hi Yigit,
works fine. Thanks :)