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

    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 ??

    http://blog.bkw.ch

    Many, many thanks. Your help is higly appreciated.

    #414854

    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

    • This reply was modified 9 years, 8 months ago by Elliott.
    #429556

    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);
    }

    #429590

    Hey!


    @hotspot
    Glad you figured it out! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Picture effect’ is closed to new replies.