0

I'm trying to combine Picturefill 2.1 with any available lazy load plugin, but I had no success yet. Most of the code I found on Google is for Picturefill 1.

Does anyone here has done this before and could help me? Picturefill is working just fine, the problem is the lazy load part because I don't have the images width and height, which causes all images to be loaded at once.

Ju Nogueira
  • 8,435
  • 2
  • 29
  • 33
  • 1
    Take a look at the answers here, that should satisfy you: http://stackoverflow.com/questions/20507164/is-there-a-way-to-combine-the-lazyload-js-library-with-picturefill – RiZKiT Mar 24 '15 at 10:59

1 Answers1

0

In case you don't need to support IE8: use lazysizes - responsive image lazy laoder

alexander farkas
  • 13,754
  • 4
  • 40
  • 41