I have a bunch of pictures that I took on my vacation and i'm going to attempt to put them on my website. Does anybody have any ideas on how to create a slide show and some thumb nail pictures?
Printable View
I have a bunch of pictures that I took on my vacation and i'm going to attempt to put them on my website. Does anybody have any ideas on how to create a slide show and some thumb nail pictures?
You want the slide show to be dynamic?
Load the pictures into a database, use ASP to make a JS array with all the pictures, do a JS timer and make it change the point in the array according to a variable - I can make an example if you'd like...
Cheers!
For quick loading of the page, use the free IRFANVIEW program which allows you to create thumbnails of multiple pictures in one move. Very handy tool!
VBNEO,
If you could post an example that would be great.
Here you go mate, there's both an ASP version using a DB and a non ASP version where you just type the values in the source - just say if you need any help with it, there might be some errors(or sloppy code), patched it up rather quick.Quote:
Originally posted by bezaman
VBNEO,
If you could post an example that would be great.
Cheers!