Skip to content

Instantly share code, notes, and snippets.

@accrane
Created January 5, 2017 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save accrane/2a704e2f6ea3fe8c714c2716bce4866e to your computer and use it in GitHub Desktop.
Save accrane/2a704e2f6ea3fe8c714c2716bce4866e to your computer and use it in GitHub Desktop.
Load Flexslider with Images loaded function
$('.flexslider').imagesLoaded( function() {
$('.flexslider').flexslider({
animation: "fade",
slideshowSpeed: 5000,
smoothHeight: true,
}); // end register flexslider
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment