vue-owl-carousel icon indicating copy to clipboard operation
vue-owl-carousel copied to clipboard

:responsive wont work

Open neyriks opened this issue 4 years ago • 0 comments

<carousel v-if='windowWidth <= 900' :nav='false' :dots='false' :autoplay='true' :margin='15' :loop='true' :items='6' :responsive="{0:{items:1,nav:false},600:{items:3,nav:true}}"> <a v-for='(image, index) in images' :key='index' :href='${image.link}'> <img :src='${image.logo.url}' class='slider__item'> </a> </carousel>

What should i do? (im using vue-owl-carousel2)

neyriks avatar Jul 22 '21 13:07 neyriks