Height (u_height)

Widget property that specifies the height of the displayed image in a static server page as a number of pixels, or as a percentage of the original image height. This property sets the height attribute of an <img> tag in the HTML layout and the image is scaled to fit.

u_height = Pixels | Percentage%

Description

It overrides the original height of the image, causing the image to be scaled to the new height. The value can be expressed as a number of pixels, or as a percentage of the original image height. To specify a percentage, put a percent sign (%) after the value, otherwise the value is interpreted in pixels.

The original image is scaled to the new width, rather than cropped.

Applies to

Image (USP)