First activate the image_album_statistics plugin.
Then I use this:
``
It gives me the latest image in the entire gallery at 600px wide or 600px high (depending on the orientation of the image)
The way I am showing it is not the right way but it works and probably makes more sense to you.
You should also read:
http://www.zenphoto.org/documentation/plugins/_plugins---image_album_statistics.php.html
and
http://www.zenphoto.org/2008/04/how-to-read-the-zenphoto-functions-guide/
Thanks! It's working, but not exactly what I need.
Please think about displaying the image in its default sizes, not the defined ones. Most of the people (including me) are uploading photos with different dimensions.
Or at least make possible an option to define only one size. Width as an example - then the height will be calculated towards to the width and the image will keep its original proportions.
I'm asking for this because I want to make Zenphoto more than gallery. I'm thinking to combine photoblog + gallery in one. So on top of the index should be the lastest photo(s) and below are the albums.
That is already possible. If you look at the svn/nightly image_album_statistics plugin's printLatestImages() you will find in the commented documentation:
If you want to do a photoblog I suggest to take a look at the Zenpage plugin and the CombiNews mode. That might save you some work.