Hello all,
I'm trying to get some rather large (in terms of dimensions - i.e. width x height) images into my ZenPhoto gallery - yes, I really do want those large images and yes I know my visitors might be on a 2400 baud modem.. I've already adjusted the theme template to show image dimensions (getFullWidth/getFullHeight) and file size (getImageFootprint parsed through size_readable) as a warning
Of course, the server is telling me to take a hike as far as generating thumbnails goes, so I usually just upload a smaller version of the image first, generate thumbnails from those, add tags, etc.
Now here's the problem.. once I upload the full size images again, zenphoto will revert to showing the display and thumbnail images as blank - despite the fact that the cache contains valid resized images (for inline gallery display) as well as thumbnails.
Is there any way to stop things from looking at the full size image as far as any parsing it might be doing goes, and just have it pull the cached images when they're available?
Thanks for any thoughts on this