Hi, I have an issue with lazy loading portfolio items only on Safari (Mac book air). It seems that sometimes, some items are not fully loaded (you can see on the attachement that some items are like opaciity:0.5).
The issue doesn't happen on other browsers / IOS / safari on windows. Only in safari on macbook air and maybe other macs.
Hi, I have an issue with lazy loading portfolio items only on Safari (Mac book air). It seems that sometimes, some items are not fully loaded (you can see on the attachement that some items are like opaciity:0.5).
The issue doesn't happen on other browsers / IOS / safari on windows. Only in safari on macbook air and maybe other macs.
Can you help me with that please?
Ok the problem was that I had a grayscale filter on portfolio items with:
-webkit-transition: all 0.7s;
So I just had to change it to:
-webkit-transition: -webkit-filter 0.7s;
You can close this ticket.
Hi even-mind,
Glad to hear that you managed to complete this
Ok, will set this ticket as closed from here.