Height

height - h - h_<height value>

Value
Type
Description

height value

integer

Value can be;

  • An integer value to set the height to the given number in pixels (e.g., 150 sets the height to exactly 150 pixels).

Eg. h_150, h_1200

Sets the image's height as pixels(px). If used without width, the width will auto-scale to preserve aspect-ratio

Last updated