Skip to content

Instantly share code, notes, and snippets.

@thotbox
Last active August 29, 2015 14:03
Show Gist options
  • Save thotbox/b9823cffd507f7973dfd to your computer and use it in GitHub Desktop.
Save thotbox/b9823cffd507f7973dfd to your computer and use it in GitHub Desktop.
JavaScript: Slick Init
// Slick
$('.image-switcher').slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
fade: true,
pauseOnHover: false,
autoplaySpeed: 5000,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment