No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Adapting carousel component as Netflix-style infinite carousel

    Help
    3
    5
    4000
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • arjanski
      arjanski last edited by

      Hello there,

      I would like to create a Netflix-style carousel (also called ‘content band’) which spans wide, so that the carousel items are not visually ‘stacked’ (as is the case with the Quasar carousel), but rather horizontally aligned and infinitely scrollable.

      Here is a screenshot:
      alt text

      I was wondering if anybody has an idea if this could be achieved with the existing carousel component at all? Would be a fantastic extra feature if you ask me.

      Cheers

      1 Reply Last reply Reply Quote 0
      • S
        smakinson last edited by

        I was also looking for a way to configure the carousel in another way possibly that way and also centered with a portion of the previous & next slides showing. For now I have gone with this: https://github.com/surmon-china/vue-awesome-swiper, though I think the overall file size(123kb) on it is higher than I prefer for the little portion of its features I am looking at using.

        I notice the carousel slides are at 100% flex basis and modifying that changes their width, but I have not looked past that as of yet.

        1 Reply Last reply Reply Quote 0
        • arjanski
          arjanski last edited by arjanski

          Thank you very much @smakinson ! This looks exactly like what I would need… I agree that the size is quite big, but I’d only use on my main page, so I will try it out. Right now I’ve used this carousel: https://ssense.github.io/vue-carousel/ It doesn’t have a lot of config features though and is very limited when it comes to customizing things.

          1 Reply Last reply Reply Quote 0
          • rstoenescu
            rstoenescu Admin last edited by rstoenescu

            A simple y-overflowed div containing a non-wrappable row along with a v-touch-pan usage would do that.

            1 Reply Last reply Reply Quote 0
            • arjanski
              arjanski last edited by

              Thank you @rstoenescu, I haven’t yet noticed the touch pan directives. I was looking for quick solution for an infinite scroll carousel, but good to know that there is a convenient way of building it oneself.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post