Connected owlCarousel.js ... Set the container .slider, set styles.

Created 3 item ... But they are all on the same page. Yes, the slider works, but scrolls to a blank page, and 3 items on one screen.

I wrote the following code in common.js:

$(function() { $(".slider").owlCarousel({ items : 1 }); 

});

  • one
    Explain in more detail what you want from the slider and what happened instead. Add a screenshot, full code slider, a link to the page with an error. - Gleb Kemarsky
  • paradox. Today I launched a server on localhost - just like yesterday - and it all worked))) - Miroslav

0