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?
Hi!
Can you please try using the code as following
.mfp-img {
-webkit-animation: none !important;
animation: none !important;
}
Regards,
Yigit
I tested your code on two devices and the issue seems to be resolved, thanks!