lazyload
lazyload copied to clipboard
Images aren't loaded if the page fits on the screen
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
I have the exact same problem. You can see it here: http://esportes.flamengoloja.com.br/nav/marca/braziline/0
Have same problem! Have somebody idea what is wrong?
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.