lazyload icon indicating copy to clipboard operation
lazyload copied to clipboard

Images aren't loaded if the page fits on the screen

Open emumanu opened this issue 10 years ago • 3 comments

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

emumanu avatar Dec 15 '14 23:12 emumanu

I have the exact same problem. You can see it here: http://esportes.flamengoloja.com.br/nav/marca/braziline/0

MiguelTVMS avatar Mar 24 '15 17:03 MiguelTVMS

Have same problem! Have somebody idea what is wrong?

WebDerekh avatar Aug 07 '15 07:08 WebDerekh

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.

Jafferwaffer avatar Jan 31 '17 09:01 Jafferwaffer