Enfold 3.8.5
WP 4.7.3
On iPad on Masonry Gallery, when clicking an image, it´s shown for a second then it disappears.
Hey Desire,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.mfp-img {
-webkit-animation: none !important;
animation: none !important;
}
Hope this helps.
Best regards,
Nikko
worked for me, thanks!