My favorites | Sign in
Project Home Wiki
Project Information
Members
Links

Easy Gallery Plugin for jQuery

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(); >>

Options

Options to be passed to customize it more:

Example: $("#galleryID").egallery({

animation:'scroll', // scroll or slide

width:500,

height:230,

easing: 'easeInOut',

speed: 1000

});


animation: 'scroll', // 'scroll'(default) or 'slide'. added in V2 width: 400, // Width for gallery holder, li

height: 400, // Height for each element

speed: 600, // Animation speed in MS

delay: 3000, // delay for auto play to transact.

easing: 'swing', // Easing animation. require to include easing plugin http://gsgd.co.uk/sandbox/jquery/easing/

thumbs: 'none', // Thumbs: none, numbers, image OR custom

thumbClass: '', // Thumb CSS class

thumbImage: '', // Image url for thumbs.

aClass: '', // Thumb active class

auto: true // True to enable auto play

Powered by Google Project Hosting