Descripton

LazyLoad require class="owl-lazy" and data-src="url_to_img" or/and data-src-retina="url_to_highres_img". There is also option to load images into background but this needs to be tested.


//Javascript

$('.owl-carousel').owlCarousel({
  items:4,
  lazyLoad:true,
  loop:true,
  margin:10
});