I love being able to size images and thumbs by height with printCustomSizedImageMaxHeight and with the other custom functions, but would really love to be able to precache my albums, sizing from height. Can you think of any modifications to the code I could make to be able to do that, or to change the "Image Size" field in the administration to dictate a max height which would then dictate the precaching?
I'll try to do this myself, but maybe someone more familiar with the code has some shortcuts?
Thanks
Comments
Hard way: make some checkboxes in the theme options section that say "size by height?", store these in some new fields in the db, throw some conditionals into the getdefaultsizedimage functions etc, make i.php obey and probably 100 other things im not considering and voila...but yeah consider this a feature request :-)
Just to add: `printCustomSizedImageMaxHeight` is currently being reworked (and will be probably deprecated in the next version) and I have plans to incorporate that functionality somehow into the defaultimage behaviour, so that you can set width and height for sized images via the admin.
well, good to hear it's already in the works, thanks for the reply...