shrimpwagon / jquery-lazyloadanything

Lazy load (trigger events) when elements come into view
45 stars 14 forks source link

Not loading until scrolled #5

Closed marcinciarka closed 10 years ago

marcinciarka commented 10 years ago

My lazy elements are not loading when they are in viewport (initially), but when I scroll, they appear. Also, dynamic loaded (using .prepend) content is never lazy loaded :( Is there any fix for that?

marcinciarka commented 10 years ago

Okay, false alarm... I just used $.fn.lazyloadanything('load')

shrimpwagon commented 10 years ago

Right, np. Thanks for the heads up though.