That's much better!
Now for one more small problem:
When I render the tumbnails using printCustomAlbumThumbImage it's setting the height and width attributes of the `` to the value of cropx and cropy. In template_functions.php it looks like it's is choosing whichever is higher, width or cropx, and then setting the width="" attribute to that (???). Since cropx is relative to the [i]original[/i] image it's going to be bigger than the thumb size. So I get thumbnails that are resized using the height/width attributes to something like 1450 x 1450 (or whatever the size of the original image was).
I can fix this by changing max to min or just removing the $settings variable from the ``. It is generating the thumbnails correctly.
Here's my current function:
`
`