R
RICHARD BROMBERG
I am looking for a Javascript program which will display a thumbnail view of
all the images in a particular folder.
If the user clicks on one of the thumbnail images then a larger view of the
image will be displayed.
I am presently using a forward/backward type of viewer.
The code I am using requires all the image file names to be named with an
ascending number as part of the file name.
For example ;
img001.jpg
img002.jpg
img003.jpg
etc. etc.
This scheme requires renaming all of the original file names, too much work
if you have lots of images and in addition it does not display thumbnails.
Can anyone point me to a better piece of Javascript code.
The Javascript code I am looking for should accept a folder name and should
not require renaming all the original images.
Thanks
all the images in a particular folder.
If the user clicks on one of the thumbnail images then a larger view of the
image will be displayed.
I am presently using a forward/backward type of viewer.
The code I am using requires all the image file names to be named with an
ascending number as part of the file name.
For example ;
img001.jpg
img002.jpg
img003.jpg
etc. etc.
This scheme requires renaming all of the original file names, too much work
if you have lots of images and in addition it does not display thumbnails.
Can anyone point me to a better piece of Javascript code.
The Javascript code I am looking for should accept a folder name and should
not require renaming all the original images.
Thanks