Hi,
I have a site with a gallery on it
The image in the gallery lightbox is hidden on mobile devices. This happens after the image animation plays.
Can’t simulate the problem with chrome device tools, but it replicates on both android andI IOS devices
Any suggestions on this problem yet?
Still awaiting feedback on this?
Hi,
Try adding this in Quick CSS (located in Enfold > General Styling):
.mfp-img {
-webkit-animation: none !important;
animation: none !important;
}
Let us know if this helps.
Best regards,
Nikko
Nikko,
This solved the problem, thanks so much for your input.
Any idea on why this is happening?