Sep
27

A Zoomable jQuery Image Gallery Called jPhotoGrid

By Vinod  //  All, Gallery, Javascript  //  1 Comment

Nearly all of the styling for this plugin is done in css.  The trick is to layout the grid by floating the list items.  The first thing the plugin will then do, is convert these all to absolutely positioned.  This is what allows the plugin to zoom in on an individual image and then return it to its place.  Like authors interactive map plugin, this depends on the browsers ability to scale images.  In stylesheet, the images are set to width:100% and I simply animate the size of the container.

1 Comment to “A Zoomable jQuery Image Gallery Called jPhotoGrid”

Leave a comment