Skip to content

Instantly share code, notes, and snippets.

@leemark
Last active August 29, 2015 14:05
Show Gist options
  • Save leemark/c6e0f5c47acb7bf9be16 to your computer and use it in GitHub Desktop.
Save leemark/c6e0f5c47acb7bf9be16 to your computer and use it in GitHub Desktop.
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