You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used your lazy load code without problems but I found out that the library isn't always working right. If the web page is small and it fits on the screen, sometimes I don't get the images loaded (I'm using the latest Chrome browser). You can check it here
Thank you
The text was updated successfully, but these errors were encountered:
I had a similar issue. It turned out that at the time of the lazyload init running the imgs were above-the-top. Adding a small threshold, such as 20, fixed this issue.
You can pass threshold in inside the options object.
Hello,
I have used your lazy load code without problems but I found out that the library isn't always working right. If the web page is small and it fits on the screen, sometimes I don't get the images loaded (I'm using the latest Chrome browser). You can check it here
Thank you
The text was updated successfully, but these errors were encountered: