Hello!
In Safari the masonry images are not loading at all. I have the latest update and tried deactivate pluginns allready. Unfortunately on some pages random pictures are not loading too. You know what is causing this problem?
Greetz, Lara
Hi lara!
Which version of Safari are you using? It does work fine on my end – http://i.imgur.com/URKPRKa.jpg
Best regards,
Yigit
Hi Yigit,
Thanks for the screenshot. I’m using an old version of Safari (5.1.10), so I think that’s causing the problem.
Greetz, Lara
Hi!
I was able to reproduce the issue on the same browser version, try to add this in the Quick CSS field:
@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,.av-masonry-entry {
opacity: 1;
}
}
Remove browser cache then reload the page. If it doesn’t work, try this:
.avia-safari .av-masonry-entry {
opacity: 1;
}
Regards,
Ismael
Hi Ismael,
Thanks for your reply. I can’t get the masonry gallery work properly on my ‘old’ safari browser, even with the codes you’ve provided. The masonry gallery lightbox is working. After clicking an item, the images load. Is it working on your browser with this code?
Greetz, Lara