Skip to content

Instantly share code, notes, and snippets.

@chico
Created July 16, 2011 12:13
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 chico/1086301 to your computer and use it in GitHub Desktop.
Save chico/1086301 to your computer and use it in GitHub Desktop.
jQuery Fullscreen Slideshow Usage
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.fullscreen.slideshow.js"></script>
</head>
<body>
<script type="text/javascript">
$.slideshow(["/path/to/image1.jpg", "/path/to/image2.jpg"]);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment