Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heiso/ezogallery
Another jQuery gallery
https://github.com/heiso/ezogallery
Last synced: 14 days ago
JSON representation
Another jQuery gallery
- Host: GitHub
- URL: https://github.com/heiso/ezogallery
- Owner: heiso
- Created: 2012-06-17T21:04:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-05T13:11:03.000Z (over 11 years ago)
- Last Synced: 2024-10-26T01:39:43.950Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README
----------------------------------------------------------------------------------------
Default html template :
----------------------------------------------------------------------------------------
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