Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #286690

    Hi,

    How can I remove the zoom on ajax porfolio images?

    Thanks & regards,
    Cyril

    #286696

    Hi Cyril!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #286710
    This reply has been marked as private.
    #286711

    Hi!

    Please add following code to Quick CSS

    div .portfolio-preview-image .avia-slideshow { pointer-events: none; }

    Best regards,
    Yigit

    #286715

    Works fine!
    Thx

    #286719

    Hey!

    You are welcome, glad we could help :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Zoom within ajax portfolio’ is closed to new replies.