$('selector').slick({
// default options
responsive: [
{
breakpoint: 1366,
settings: {
// responsive options
}
},
{
breakpoint: 768,
settings: {
// responsive options
}
}
]
});