FrogJS is a simple, unobtrusive javascript gallery. It is not a replacement for other thumbnail galleries such as Lightbox JS,
but rather a different way of showing galleries. This type of gallery
is best used in photo stories and other places where a page-by-page
gallery would normally be used. Above is a small example of a FrogJS
gallery. Just click the parrot thumbnail to scroll through the gallery.
Features
Image Preloading
Fullsize images are preloaded one at a time, as the user goes
through your gallery. The user is shown a loading images while the next
image in the series is preloaded.
No javascript?
No problem! A user without javascript enabled will still be able to
view your page as a thumbnail gallery. They just don’t get all the
fancy animations.
Supports any image size
FrogJS was created to work with any image size. Thumbnails are
placed at the left and right edges of the FrogJS DIV and the main image
is centered within that DIV. All you have to do is leave enough room
for everything (ex. if your thumbnails are 100px wide and your main
image is 400px wide, you’ll need to set your FrogJS DIV’s width to at
least 600px).