Hi,
Thanks for this great theme!
I have a page with multiple galleries – on mobile (iPhone 7, Safari) when I touch the gallery thumbnail, the images flash for a moment and then disappear. Can you help?
Thanks so much!
Hey leesalu,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-safari .mfp-img {
-webkit-animation: none !important;
animation: none !important;
}
Best regards,
Rikard
Thank you!!