Skip to content

Instantly share code, notes, and snippets.

@leemark
Created September 1, 2014 05:01
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 leemark/a09d2726b5bfc92ea68c to your computer and use it in GitHub Desktop.
Save leemark/a09d2726b5bfc92ea68c to your computer and use it in GitHub Desktop.
<script src="demo/js/hammer.min.js"></script><!-- for swipe support on touch interfaces -->
<script src="js/better-simple-slideshow.min.js"></script>
<script>
var opts = {
auto : {
speed : 3500,
pauseOnHover : true
},
fullScreen : false,
swipe : true
};
makeBSS('.num1', opts);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment