The problem is that the thumbnails that are being generated are not all the same size. I have set in the Zenpage theme options for the thumb size set to 230px.
But if I go and have a look at, say, the horizontal thumbnails, I see that their height varies between 136px - 153px. This throws off good alignment on some album pages, and leaves big empty spaces here and there where thumbs of greater height push too far down the page - or don't occupy enough space, vertically.
Where/how does one set a fixed thumbnail height? I was looking at the code on the album.php file,
`<?php printImageThumb(getBareImageTitle()); ?>`
I know there were some MaxSize or MaxSpace functions here that addressed this, but I am unable to find the correct references in the documentation.