Skip to content

Instantly share code, notes, and snippets.

@dnshulga
Last active June 5, 2019 13:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnshulga/9eaa05d5dcfabde5f3af8e8fe1a9df45 to your computer and use it in GitHub Desktop.
Save dnshulga/9eaa05d5dcfabde5f3af8e8fe1a9df45 to your computer and use it in GitHub Desktop.
A possibility to reinitialize slick slider if the variable of slick slider is unvisible in your js file
$('.slick-slider').not('.slick-initialized').slick({
infinite: false,
slidesToShow: 1,
slidesToScroll: 1,
dots: true,
arrows: false,
touchThreshold: 9
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment