Slideshow script
After some research, I found the best slideshow script is JonDesign’s SmoothGallery.
Currently it’s 2.0, check it out here
Some tips:
1. in imageElement, all tags are required. h3, p, a, img and img
2. open css/layout.css, in the end of file, change the size of gallery
#myGallery
{
text-align: left;
margin: 0 auto;
width: 600px !important;
height: 600px !important;
}
3. open css/jd.gallery.css, find .jdGallery .slideInfoZone to change it’s height, and h2/p to change the font size








