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

    Missing Breakpoints

    Framework
    carousel
    2
    3
    173
    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.
    • S
      saheel-ahmed last edited by

      responsive: [
      {
      breakpoint: 1024,
      settings: {
      slidesToShow: 3,
      slidesToScroll: 3,
      infinite: true,
      dots: true
      }
      },
      {
      breakpoint: 600,
      settings: {
      slidesToShow: 2,
      slidesToScroll: 2
      }
      },
      {
      breakpoint: 480,
      settings: {
      slidesToShow: 1,
      slidesToScroll: 1
      }
      }
      // You can unslick at a given breakpoint now by adding:
      // settings: “unslick”
      // instead of a settings object
      ]

      1 Reply Last reply Reply Quote 0
      • S
        saheel-ahmed last edited by

        Can anyone help with regards to these breakpoints

        beets 1 Reply Last reply Reply Quote 0
        • beets
          beets @saheel-ahmed last edited by

          @saheel-ahmed What exactly are you trying to achieve? What have you tried so far? I assume you want different slider behavior based on breakpoint.

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