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

    Hi

    Is it possible to add the zoom hover found within masonry to other images…. i hate the little circle with the arrow.
    I created a grid layout with images and text inside…. would like these images on hover to do what the masonry images do… zoom in and out.

    #393574

    Hi Gavin!

    Thank you for using Enfold.

    Give it a special class like “masonry-effect” for example. Use this on Quick CSS:

    .masonry-effect:hover {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    }

    Best regards,
    Ismael

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