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

    I opened a topic about an issue with disappearing lightboxes (Link to topic and it got resolved in Safari.

    The same issue however is still persistent when using the Chrome and Firefox browser on iPhone or iPad. Could you provid coding to resolve the issue in the these browsers as well?

    • This topic was modified 7 years, 10 months ago by winnieandbuzz.
    #730032

    Hi!

    Can you please try using the code as following

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

    Regards,
    Yigit

    #730058

    I tested your code on two devices and the issue seems to be resolved, thanks!

    #730068

    Hi!

    Great! We will report it to our devs :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lightbox issue on iOS (10.2) Chrome and Firefox browser’ is closed to new replies.