As you can see in the following two threads:
http://expressionengine.com/forums/viewthread/84048/
http://expressionengine.com/forums/viewthread/51261/
There is a need for better GUI handling of some of the features in the photo gallery as it pertains to resizing. As it turns out, in order to get the results that I need, I need to edit/system/core/core.image_lip.php, finding the line
var $master_dim = ‘height’; // height, width, or auto (auto adjusts the dimension based on whether the image is taller then wider or vice versa)
and changing its value. I didn’t see anything about that in the EE documentation, and was only told about it in Tech Support. So first, that SHOULD be something that is documented. But secondly, this would be great if it were something that we could change in the CP. This way, I wouldn’t need to remember to do it every time I upgraded EE, since that line would get overwritten when the new file is uploaded.
You can place it right in the gallery resizing preferences.
