https://github.com/mitar/jquery-visage
jQuery Visage provides a way to display a series of images in a lightbox-like way.
https://github.com/mitar/jquery-visage
Last synced: 4 months ago
JSON representation
jQuery Visage provides a way to display a series of images in a lightbox-like way.
- Host: GitHub
- URL: https://github.com/mitar/jquery-visage
- Owner: mitar
- License: other
- Created: 2013-03-27T08:54:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T10:41:38.000Z (over 13 years ago)
- Last Synced: 2025-03-29T19:41:58.173Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 343 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
jQuery Visage
=============
jQuery Visage provides a stable (no partially displayed elements), robust (it
closes when you click close), styleable (CSS), customizable (you can reprogram
many aspects of its behavior) and clean (being an jQuery_ plugin) way to display
a series of images in a lightbox-like way.
.. _jQuery: http://jquery.com/
See example_ with default and alternative settings.
.. _example: http://mitar.github.com/jquery-visage/
Plugin is very customizable through provided configuration options and API
hooks. See ``$.fn.visage.defaults`` in jquery.visage.js_ file to see what is
available. You can customize plugin per-instance or globally.
.. _jquery.visage.js: https://github.com/mitar/jquery-visage/blob/master/src/jquery.visage.js