Hi, Love the Zen!
I would like to be able to link to some of the photos that are in ZenPhoto galleries from my main website. for example:
<img src="http://www.mywebsite.com/zenphoto/gallery1/image1.jpg" >
Is this possible?
I tried it, but it is executing php code and not displaying the image. So far, the only way I have been able to get it to work is to do this (which would be too difficult to maintain):
<img src="http://www.mywebsite.net/zenphoto/zp-core/full-image.php?a=image1&i=image1.jpg&q=75&wmk=!&dsp=Protected%20view">
which would be very difficult to maintain.