Skip to content

Instantly share code, notes, and snippets.

@pixelcoder
Created April 16, 2015 14:02
Show Gist options
  • Save pixelcoder/e38392b325c46db04fe3 to your computer and use it in GitHub Desktop.
Save pixelcoder/e38392b325c46db04fe3 to your computer and use it in GitHub Desktop.
Initialise Flexslider
$flexOpts = {
'animation': 'slide',
'directionNav': false,
'smoothHeight': true
}
$('div.flexslider').flexslider($flexOpts);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment