Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionelmc/jquery-gp-gallery
jQuery gallery plugin (ala google plus photo galeries)
https://github.com/ionelmc/jquery-gp-gallery
Last synced: 15 days ago
JSON representation
jQuery gallery plugin (ala google plus photo galeries)
- Host: GitHub
- URL: https://github.com/ionelmc/jquery-gp-gallery
- Owner: ionelmc
- License: bsd-2-clause
- Created: 2011-11-08T21:16:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T22:09:06.000Z (over 10 years ago)
- Last Synced: 2024-10-14T14:47:38.897Z (28 days ago)
- Language: CSS
- Homepage:
- Size: 1.4 MB
- Stars: 124
- Watchers: 8
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-jquery - jquery-gp-gallery - jQuery gallery plugin (ala google plus photo galeries) (Images / Data Table)
README
==========================================================
jQuery gallery plugin (a la google plus gallery)
==========================================================Gallery that resizes the images to fit the container width and show zoomed in images on hover.
Usage
=====::
$(container_selector).gpGallery(item_selector)
Where ``container_selector`` and ``item_selector`` are string containing jquery expressions for
selecting elements. You want to have the ``container_selector`` matching a single element.Example::
...
$('.pictures').gpGallery('img');
*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).Demo
====http://jquery-gp-gallery.ionelmc.ro/demo/