Wlada / vue-carousel-3d

Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js
MIT License
969 stars 203 forks source link

Change settings for different responsive sizes? #171

Open tomasts248 opened 3 years ago

tomasts248 commented 3 years ago

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',
                    }
                }    
tomasts248 commented 3 years ago

Found this: https://github.com/AlexandreBonaventure/vue-mq Will try it out

jaredgibb commented 3 years ago

any news here? i am having a hard time with this too

tomasts248 commented 3 years ago

@jaredgibb Did you try VueMQ? If yes didn't it work? If yes what error are you getting?