wnolfm / a11y-slider

Accessible Carousel using ARIA best practices
0 stars 0 forks source link

Slides To Show based on breakpoints. #3

Open wnolfm opened 5 years ago

wnolfm commented 5 years ago

Borrow inspiration from Slick Slider:


  responsive: [
    {
      breakpoint: 768,
      settings: {
        arrows: false,
        slidesToShow: 3
      }
    },
    {
      breakpoint: 480,
      settings: {
        arrows: false,
        slidesToShow: 1
      }
    }
  ]