I found on following website with theme enfold, the effect I want to use too:
When you click on any of the blogposts, the pic slightly gets bigger. Can you give me a hint, how to do it? With a plugin ??
Many, many thanks. Your help is higly appreciated.
Hey Suny!
That’s the Masonry element. Drag it over to your page content and it will automatically display your latest blog posts with the “zoom in” animation on hover.
Best regards,
Elliott
How can we disable this ‘zoom’ effect?
fount it already:
.avia_desktop .av-hover-overlay-active .av-masonry-image-container{opacity: 0.7;}
.avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container{ opacity: 1;}
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container{
-webkit-transform: scale(1.0,1.0);
transform: scale(1.0,1.0);
}