Image Effects : Next-Previous Image Gallery
A very simple image gallery. The script is short and includes comments to guide you along the way.| « | » |
| The JavaScript Source: Image Effects : Next-Previous Image Gallery
Simply click inside the window below, use your cursor to highlight the script, and copy [Control]+C the script into a new file in your text editor (such as Note Pad) and save [Control+S]. The script is yours!!!
|




Leave a Response
(1 comment)Hello! I need to do a next-previous image gallery and I've tried out to do it using this "Image Effects : Next-Previous Image Gallery" code which is in www.javascriptsource.com Unfortunately it doesn't load the 4 images (the new ones I replaced without .jpg)... May it be because of the path to browser finds the images still being myImgSrc = "/img" in my javascript file? Thanks for your help.