I am using the masonry gallery in several places. It works great but a client just found a bug. On a mobile device, when clicked on the images open but shut immediately. This only happens on phone, not iPad or desktop.
Screenshot
Example Pages:
http://mdenglandandsons.com/recent-projects/ (all six posts have galleries)
Please advise.
Just saw this issue on another Enfold site. I will put URL in private content.
Hi,
Can you 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