Use the modified attached frog.js (in frog.zip linked below) script (note added configuration variables):
Code:
//-------------------------------------------------------------
// FrogJS v.1.1
// Created by Eric Puidokas (www.puidokas.com)
//
// Licensed under the Creative Commons Attribution 2.5 License
// (http://creativecommons.org/licenses/by/2.5/)
// Modified 27/Feb/2008 10:43 for auto-run by jscheuer1
// in http://www.dynamicdrive.com/forums/
//-------------------------------------------------------------
// CONFIGURATION VARIABLES
var thumbTop = '60px'; // distance you want you thumbnails to be from the top of their container
var loadingAni = 'images/loading.gif'; // image displayed when preloading images
var scalePercent = '300'; // percent thumbnails expand when fading into main image
var mouseoverpause = true; // set true to allow full user interaction onmouseover, false for limited-interactive gallery
// Note - Gallery will pause onmouseover of the main image area (for longer viewing, linked main images, if any)
// regardless of the above setting.
var nopause = false; // set to true only for a completely non-interactive gallery, otherwise use false.
// nopause, if true overrides mouseoverpause and any linked main images.
// GLOBALS
var imageArray = n . . .
Attachment 1650
Bookmarks