Pliable Photo Gallery

Download v0.1.0

Easy embeddable javascript based photo gallery. Great for showing off a small group of images. Guiding principles: simple, less requirements, more conventions.

Requires jQuery: Tested with v1.3.2

Tested to work in:

Why isn't IE6 supported?

Features

From a list of images plus a bit of scaffolding HTML:

Installation

Copy into your project:

Please refer to index.html for the required scaffolding HTML. Path to the various files will need adjustment.

All the required CSS is included. You will want to set the width and height of each photo gallery to your liking. All CSS rules are namespaced to the .gallery class.

Preview Thumbnail Images Note

Thumbnails are optional. It is convenient to do without them but can quickly bloat the webpage size. If you have thumbnails prepared, list them in this format:
<img alt="" src="thumb.jpg" 
     data-src="normal.jpg" />