Hi everyone, I'm working on an implementation of the Cycle plugin and would like to use thumbnails for the paging. The tricky part is that my images are pulled from a php file, so I'm unsure of how to get the thumbnail images to load since the source images aren't loaded into the DOM all at once.
My example is located at: http://static.spartaninternet.com/sandbox/carousel2/ The php file looks like the following: <img src="images/large/beach.jpg" alt="beach" /> <img src="images/large/beach2.jpg" alt="another beach" /> <img src="images/large/beachsunset.jpg" alt="beach at sunset" /> <img src="images/large/frogs.jpg" alt="beach" /> <img src="images/large/market.jpg" alt="market" /> <img src="images/large/monkey.jpg" alt="a little monkey" /> <img src="images/large/monkey2.jpg" alt="a second monkey" /> <img src="images/large/rooftops.jpg" alt="rooftops" /> <img src="images/large/volcano.jpg" alt="volcano" /> <img src="images/large/waterfall.jpg" alt="waterfall" /> Any help would be greatly appreciated! ~Amy