Is it possible to use the SharePoint image rendition with a fixed width and a maximum height?
1 Answer
No,
You only have the option to either specify a height, a width or both when you create a new image rendition.
You would have to also use some CSS where the image is used for it to work (you could for example specify an image rendition as the background of a div with a fixed width and a maximum height)