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

    Hi.

    When I put a image in a post and I select Open Image Archive when the user clicks on it; it’s not working on mobile devices.
    Image disappears when is clicked.

    Could you help me?

    Thank you a lot!

    #734155

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }
    

    We will include the fix in upcoming Enfold update :)

    Best regards,
    Yigit

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