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

Ajaxmint Gallery
1) Have php projects? you want us to help ?
Please your details to siva@ajaxmint.com and we will get back to you ASAP
If u found bugs/issues, Please Report here
Admin Screenshots
Here’s the gist: There’s a thumbnail which is a full sized image in a container div, which is smaller than the full sized image. The image is centered within it, but doesn’t show entirely because overflow:hidden is turned on. When the mouse hovers over the thumbnail, overflow:hidden gets turned off, and the entire image is displayed.