I have a database field "photos" that holds a comma delimited string of photo URL's and feeds a slideshow. the code below works, but I also now have a field "thumbs" that contains another comma delimited string of photo URL's. I want to populate these as my thumbnail images instead of just using the large image as I have in the below code snip. How would I accomplish this? Any help appreciated.
<!---this code works but doesnt uses the main photo as a thumbnail--->