Hi :)
I have a responsive problem which only occurs with an Iphone (5). If someone want to watch a picture it pops away. The pictures are placed in the masonry gallery. How can fix this?
Thanks!
Sylvana
Hi Rikard,
Safari
Best regards,
Sylvana
Hi!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-img {
-webkit-animation: none !important;
animation: none !important;
}
Our devs already fixed the issue and will include it in upcoming Enfold update which will be released this week
Cheers!
Yigit