Carousel with more visible slides at once
-
Is there any way, how use QCarousel (or any other component) to show more slides at once? I need something similar to this:
Thx for help in advance
-
I don’t think this is possible with QCarousel.
And I know it is not what you are looking for, but maybe you could use the thumbnails option: https://quasar.dev/vue-components/carousel#Example--Thumbnails .If not, you might need to look for another component. For example there is a package called Swiper that can do exactly that. Check out the “Centered Slides” example at https://swiperjs.com/demos/
Personally, I always like to stick with one framework and try to avoid including additional libraries as much as possible (especially when it’s probably overkill compared to QCarousel). But if you really need this, it could be worth it -
I needed that functionality as well and ended up using this 3rd party component https://ssense.github.io/vue-carousel/. I wish that <q-carousel /> supported this out of the box though.
-
I recently added an example showing multiple images at once. Not sue if that’s what you are looking for, but will be available in next Docs release.
-
please add carousel functionality like it is in this topic.
-
Yes please add this kind of opportunity