jQuery gallery plugin (ala google plus photo galeries)
==========================================================
Gallery that resizes the images to fit the container width and show zoomed in images on hover.
::
$(container_selector).gpGallery(item_selector)
Where
container_selectorand
item_selectorare string containing jquery expressions for selecting elements. You want to have the
container_selectormatching a single element.
Example::
![]()
![]()
...
Note:
Items should have sizes. Either specify the sizes on the images or whatnot or run the gpGallery code *after* the document is rendered (and sizes are available).
http://jquery-gp-gallery.ionelmc.ro/demo/