You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
although considering the responsive is calculated from the parent width, its not working and the carousel showed 6 items for bigger screens and when resize it shrinks not using responsive
The text was updated successfully, but these errors were encountered:
I have an issue working with responsive option and items option in owl carousel
i use owl carousel in a container as follow
customOptions: OwlOptions = {
autoWidth: true,
loop: false,
margin: 16,
rewind: false,
dots: false,
navText: [ '<', '>' ],
mouseDrag: true,
touchDrag: true,
pullDrag: true,
navSpeed: 700,
nav: true,
responsive: {
0: {
items: 1
},
200: {
items: 2
},
400: {
items: 3
},
600: {
items: 4
}
},
}
The text was updated successfully, but these errors were encountered: