logo

Responsive

set Breakpoints for : desktop,tablet,phone,laptop

At this version the properties you can put on breakpoints are : itemsPerSlide, itemsPerPage, pagination{enabled:true or false},arrows{enabled:true or false}

const options = {
  // set configuration for desktop 
  desktop : {

  },
  
  // set configuration for laptop 
  laptop:{
  
  },
  
  // set configuration for tablet 
  tablet:{
  
  },
  
  // set configuration for phone 
  phone:{
  
  }
}