Picturefill and lazyloading with lazysizes
问题 I'm trying to get lazyloading with lazysizes and picturefill to work. The lazyloading itself works if I just use a basic image: <img class=lazyload data-srcset="http://placehold.it/301x301"> If I check the network tab in chrome, I can see that the image was loaded after the red line, so everything is fine: Now I added a <picture> element with my responsive images and try to load that also lazy: <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source srcset="http://placehold