Skip to content

Instantly share code, notes, and snippets.

@vishnusomanus
Last active March 2, 2020 12:54
Show Gist options
  • Save vishnusomanus/8f7abc57b5666e19781cc915187b469f to your computer and use it in GitHub Desktop.
Save vishnusomanus/8f7abc57b5666e19781cc915187b469f to your computer and use it in GitHub Desktop.
$('.c_serv_slick_in').slick({
speed: 300,
slidesToShow: 4,
slidesToScroll: 1,
arrows : true ,
prevArrow : jQuery(".c_serv_slick .arrow_left"),
nextArrow : jQuery(".c_serv_slick .arrow_right"),
responsive: [
{ breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 4, infinite: true, }},
{ breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2 } },
{ breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } }
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment