Last active
August 29, 2015 14:05
-
-
Save leemark/c6e0f5c47acb7bf9be16 to your computer and use it in GitHub Desktop.
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
var opts = { | |
//auto-advancing slides? accepts boolean (true/false) or object | |
auto : { | |
// speed to advance slides at. accepts number of milliseconds | |
speed : 2500, | |
// pause advancing on mouseover? accepts boolean | |
pauseOnHover : true | |
}, | |
// show fullscreen toggle? accepts boolean | |
fullScreen : true, | |
// support swiping on touch devices? accepts boolean, requires hammer.js | |
swipe : true | |
}; | |
makeBSS('.slideshow-class-goes-here', opts); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment