vue-carousel-3d icon indicating copy to clipboard operation
vue-carousel-3d copied to clipboard

Change settings for different responsive sizes?

Open tomasts248 opened this issue 4 years ago • 3 comments

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 avatar Feb 15 '21 21:02 tomasts248

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

tomasts248 avatar Feb 15 '21 21:02 tomasts248

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

jaredgibb avatar Mar 08 '21 03:03 jaredgibb

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

tomasts248 avatar Mar 10 '21 18:03 tomasts248