vue-carousel-3d
vue-carousel-3d copied to clipboard
Change settings for different responsive sizes?
Something like this. Not sure if it already can be done?
responsive: [
{
breakpoint: 530,
settings: {
slidesToScroll: 'auto',
itemWidth: 180,
slidesToShow: 'auto',
}
},
{
breakpoint: 800,
settings: {
slidesToScroll: 'auto',
itemWidth: 280,
slidesToShow: 'auto',
}
}
Found this: https://github.com/AlexandreBonaventure/vue-mq Will try it out
any news here? i am having a hard time with this too
@jaredgibb Did you try VueMQ? If yes didn't it work? If yes what error are you getting?