maxHeight

The maximum allowed height for this image version. If the height of the original version of an image is greater than this value, then the image will be scaled down to this height. If maxWidth is also specified, then the height may be set to less than maxHeight in order to preserve the image's width-height ratio.

The fallback element specifies what should happen if the height of the original version of an image is smaller than this value.

Syntax
<maxHeight
    pix="..."?
  />
Attributes
pix="..." (optional)

The maxHeight value, specified in pixels. The value you specify must be a whole number.