Basically I would like all the thumbs to have the same height with the width changing accordingly. Like this http://i44.tinypic.com/nxosi8.jpg
Landscapes are wider, portraits are narrower but the thumbnails have all the same height.
I found out in 1.1.5 that leaving the width field blank that would do the trick but now I can no longer reproduce that.
[EDIT - Disregard]
I know there's printCustomAlbumThumbMaxSpace but since the width of each pic is different I can't set a specific width. And if I don't set a width the function won't work.
Also, I don't know if I'm using it wrong but it only works for the album thumbnail and not for all the thumbnails inside the album. (the ones beetween <?php while (next_image(false, $firstPageImages)): ?> and <?php endwhile; ?> so we are clear) It just prints the first image inside over and over.
[EDIT 2]Ok, nevermind.
So now the question is: are the max space functions the right way to accomplish what I am after?
I set the height argument to 100 and put a big number for width.
<?php printCustomAlbumThumbMaxSpace('',800,100,null,null,true); ?>
<?php printCustomSizedImageThumbMaxSpace('',800,100,null,null,true); ?>