This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

height

Summary

Specifies the height of the certain content elements in pixels.

Applies to [HTMLInputElement](/html/elements/img)
The **height** attribute specifies the visual height of [img](/html/elements/img), [iframe](/html/elements/iframe), [embed](/html/elements/embed), [object](/html/elements/object), [video](/html/elements/video), and [input[type="image"]](/html/elements/input/type/image) in pixels.

If a height attribute is set, but no width, the image will scale to preserve its original aspect ratio.

Height values must be non-negative integers.

Examples

An image with an explicit height and width set.

<img src="/logo/wplogo_transparent_xlg.png" height="100" width="150">

View live example

See also

Related articles

HTML

Multimedia

Visual Effects

Attributions