Nightfly 6d11cb0272 PHOTOSTORAGE_GALLERY option implemented | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
.. | ||
examples | %!s(int64=3) %!d(string=hai) anos | |
src | %!s(int64=3) %!d(string=hai) anos | |
LICENSE | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
light.jquery.json | %!s(int64=3) %!d(string=hai) anos |
A super lightweight lightbox plugin for images in jQuery.
$('a[rel=light]').light();
The available options are:
$('a[rel=light]').light({
unbind:true, //whether to unbind other click events from elements
prevText:'Previous, //the text on the "Previous" button
nextText:'Next', //the text on the "Next" button
loadText:'Loading...', //the text to display when loading
keyboard:true //whether to use the keyboard inputs for next, previous and close
});
You can find all the examples live here