The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
Easy Gallery
Easy Gallery is an easy jquery image gallery slider. Simple code and simple HTML code.
Simple as:
* including the script to your web page.
* add this code: $("#galleryID").egallery();
Easy gallery has default settings to run. You can customize these settings like:
$("#galleryID").egallery({
width:500, // in pixel
height:200,
speed: 1000, // 1000 = 1 second
delay: 400, // in milliseconds.
easing: 'EaseInOutBack', // Need to include easing plugin
thumbs: 'numbers', // Values are: none (default), numbers, image, custom
// when you choose custom, no changes will be made on thumbs.
thumbClass: 'thumb_class', // CSS class for thumbs.
aClass: '' // CSS Class for the current thumb});
For more about Easy Gallery, please follow the Home link.
