GalleryView - jQuery Content Gallery Plugin Author: Jack Anderson INSTRUCTIONS FOR USE --------------------------------- 1) Place galleryview-x.x folder somewhere in your website directory structure (you can rename this folder if desired) 2) Include script tags for the desired version of the script (uncompressed, packed) and for the included jQuery Times plugin file 3) Include a reference to the jquery.galleryview-x.x.css stylesheet in your document 4) Create an unordered list in your HTML with the content you wish to be displayed in your gallery (see below for more information on markup options 5) Edit the id of the first rule in jquery.galleryview-3.0.css to match the id given to your unordered list 6) Call the GalleryView plugin with the function call below: $('#id_of_list').galleryView() To override default option values, include them in JSON format in the call to the plugin, like so: $('#id_of_list').galleryView({ gallery_width: 800, gallery_height: 600, frame_width: 120, frame_height: 90, pause_on_hover: true }); Refer to the documentation URL listed above (or the uncompressed javascript) to see a full list of options, their effects on the plugin and their default values. HTML MARKUP REQUIREMENTS --------------------------------- Below, I will show you the markup required to produce various types of galleries. After the first example, I will exclude the UL wrapper and only show the HTML necessary for a single panel and/or frame. 1) Basic slideshow (no captions/overlay/HTML content)
Lorem ipsum dolor amet...
More content...