There is an owl carousel with goods on the site, which for some reason does not immediately return to the first slide, but at the end continues flipping through some empty slides.
Total slides should be 10 pieces, but leafs through 15 and only then returns to the beginning. The last 5 slides are just an empty window. Where do these empty slides come from? Where to dig?
<script type="text/javascript"><!-- $('#related').owlCarousel({ items:10, autoPlay: true, navigation: true, navigationText: ['<i class="fa fa-chevron-left fa-5x"></i>', '<i class="fa fa-chevron-right fa-5x"></i>'], pagination: true, items : 1, // Responsive responsive:false, responsiveRefreshRate : 200, responsiveBaseWidth: window, //Pagination pagination : false, itemsDesktop : [1199,1], itemsDesktopSmall : [980,1], itemsTablet: [768,1], itemsTabletSmall: false, //Lazy load lazyLoad : false, lazyFollow : true, lazyEffect : "fade", itemsMobile : [479,1] }); --></script>