Created
August 26, 2011 03:02
-
-
Save cdata/1172583 to your computer and use it in GitHub Desktop.
Gallery JavaScript Snippet
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
| $('#Gallery').gallery( | |
| { | |
| random: false, // Sets whether or not it should start on a random image | |
| rotateInterval: 5000, // Number of milliseconds before auto-rotating to next image | |
| width: '600px', // Width of the overall gallery (including buttons etc.) | |
| height: '400px' // Height of the overall gallery (including headers etc.) | |
| } | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment