The project uses the bootstrap mesh and owl slider carousel slider.
In the desktop version displays two slides. How to make that with a width of 991px and less, one slide is displayed?
Here is my code:
owl.owlCarousel({ navigation : true, dots: false, slideSpeed : 300, paginationSpeed : 400, items : 2, itemsDesktop : true, itemsDesktopSmall : true, itemsTablet: true, itemsMobile : true, navigationText : ["",""], responsiveClass:true, responsive:{ 991:{ items: 1 } } }); UPD
When adapting a slide, the item width is not appropriate in the script. How to change the breakpoint in owl ?
items : 2from options and add normal parameters for responsive owlcarousel2.imtqy.com/OwlCarousel2/demos/responsive.html - koks_rsitems : 2of the options, the whole slider breaks down - Marina Voronova