Hi Amy,

Do the thumbnails follow any naming convention? It wouldn't be terribly
difficult to use a callback to replace the standard Cycle pager with
thumbnails if we are easily able to determine the thumbnail URLs.

Chuck Harmston
http://chuckharmston.com

On Fri, Apr 10, 2009 at 7:24 AM, amuhlou <amysch...@gmail.com> wrote:

>
> 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

Reply via email to