owl carousel loading issue I am using jquery plugin owl-carousel I set up my carousel according to guide but it shows me owl-carousel loading(class added to dom owl-loading). I added my custom style or javascript code. Please help me in solving this problem. Thanks in advance.
html






js
$(window).on('load',function(){ $('#owl').owlCarousel( { autoplay:true, smartSpeed:1200, lazyLoad : true, nav:false, dots:false, responsive: { 0: { items:1 }, 480: { items:2 }, 720: { items:3 }, 991: { items:4 }, 1199: { items:6 } } }); });
Источник: https://stackoverflow.com/questions/558 ... ding-issue