Easy slideshow Gallery for jQuery
14 years ago 9875 2634
n/a
The code used for above gallery (Easy Gallery) is:
$(document).ready(function (){ $("#gallery").egallery({ width:500, height:230, speed: 1000, delay:4000, easing:'easeInOutBack', thumbs:'numbers', thumbClass:'tclass', aClass:'ac' }); });
The HTML code for Easy Gallery is:
<div id="gallery"> <ul> <li><img src="eg-images/image1.jpg" border="0" alt="" /></li> <li><img src="eg-images/image2.jpg" border="0" alt="" /></li> <li><img src="eg-images/image3.jpg" border="0" alt="" /></li> <li><img src="eg-images/image4.jpg" border="0" alt="" /></li> <li><img src="eg-images/image5.jpg" border="0" alt="" /></li> </ul> </div> <div id="ssgThumbs"></div>
You might also like
Recommend Items
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu