Hi,
I'm setting up a site which makes use of CloudZoom:
http://www.professorcloud.com/mainsite/cloud-zoom.htm
For the thumbnail functionality that this provides, I need 3 images:
1) The actual thumbnail image
2) A regular image to be shown when the thumbnail is clicked
3) A zoomed image to be shown when mousing over the image described in (2)
The first of these is just an "img", that's no problem. The third is a "a href" so that if JavaScript is disabled it will just open the image in a new page on its own.
However the 2nd is specified by using the "rel" attribute of the "img" tag.
My question is, if an image is uploaded to Pagelime, how do I get a link to it in order to paste it into the "rel" attribute?
I don't think I should use the URL of the image on the Pagelime servers (ie the one you see if you "view full image" on an image you uploaded), but I don't see a way to make the images publish directly to my site without putting them on a page somewhere.
Ideally I want to avoid having to FTP images across manually (it won't be myself that's doing the image uploading etc.)
Any help greatly appreciated.