Created
April 16, 2015 14:02
-
-
Save pixelcoder/e38392b325c46db04fe3 to your computer and use it in GitHub Desktop.
Initialise Flexslider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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