kpsmith
12-05-2003, 01:09 PM
This is just a fun experiment I was working on to create a thumbnail image scroller that when a thumbnail is clicked it loads a larger version..
I basically took the Scroller plugin and used that as the control by loading the image names from a text file into a table and setting the scroll bar range based on the # of images.
Each stop of the slider scrolls one image. Works pretty nice I think except is doesn't smartly dynamically size your images so the proportions can get a little screwy.
All images are dynamically loaded. Just add jpg's to the image folder and update the Images.txt accordingly.
It's not visually pretty but might give you some ideas of things to try with the scroller.
I basically took the Scroller plugin and used that as the control by loading the image names from a text file into a table and setting the scroll bar range based on the # of images.
Each stop of the slider scrolls one image. Works pretty nice I think except is doesn't smartly dynamically size your images so the proportions can get a little screwy.
All images are dynamically loaded. Just add jpg's to the image folder and update the Images.txt accordingly.
It's not visually pretty but might give you some ideas of things to try with the scroller.