Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heiso/ezogallery

Another jQuery gallery
https://github.com/heiso/ezogallery

Last synced: 14 days ago
JSON representation

Another jQuery gallery

Awesome Lists containing this project

README

        

README

----------------------------------------------------------------------------------------

Default html template :



image description

----------------------------------------------------------------------------------------

Enable ezogallery on yourClass :

$('.yourClass').ezogallery();

----------------------------------------------------------------------------------------

If you want to change defaults settings
(exemple: activate preload and change default description when no title attribute) :

var options = {
preload: true,
text: {
noDesc: 'no description'
}
};
$('.yourClass').ezogallery(options);

----------------------------------------------------------------------------------------

alt and src attributes are mandatory,
title attribute is not mandatory, if no title, alt will be used as title
you can change the default template, juste keep the same logic