Skip to content

Instantly share code, notes, and snippets.

@jordotech
Created January 28, 2019 18:48
Show Gist options
  • Save jordotech/9d0b33b67e3248e4100858905059c2f7 to your computer and use it in GitHub Desktop.
Save jordotech/9d0b33b67e3248e4100858905059c2f7 to your computer and use it in GitHub Desktop.
related
$('.related-slides').slick({
lazyLoad: 'ondemand',
slidesToShow: 4,
slidesToScroll: 4,
infinite: true,
dots: true,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 4,
slidesToScroll: 4,
infinite: true,
dots: true
}
},
{
breakpoint: 950,
settings: {
slidesToShow: 3,
slidesToScroll: 3
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment