Skip to content

Instantly share code, notes, and snippets.

@theagsco
Created November 21, 2016 20:00
Show Gist options
  • Save theagsco/6b883e7b0d4457a53fbf423ff4a47a8d to your computer and use it in GitHub Desktop.
Save theagsco/6b883e7b0d4457a53fbf423ff4a47a8d to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
$('.slideshow').slick({
arrows: false,
autoplay: true,
autoplaySpeed: 5000, //Change autoplay speed (in milliseconds)
fade: true,
speed: 0 //Change fade transition speed (in milliseconds)
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment