Images right of the visible area are not loaded. When scrolling left they are loaded when needed. Shift-reload to test again. Compare this to page where plugin is disabled or page with gazillion images.
      
 $("img").lazyload({
     container: $("#container")
 });     
    
     
           
           
           
           
          