Back to Content

HTMLObjectElement: height property

files/en-us/web/api/htmlobjectelement/height/index.md

latest640 B
Original Source

{{APIRef("HTML DOM")}}

The height property of the {{domxref("HTMLObjectElement")}} interface Returns a string that reflects the height HTML attribute, specifying the displayed height of the resource in CSS pixels.

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("HTMLCanvasElement.height")}}
  • {{domxref("HTMLEmbedElement.height")}}
  • {{domxref("HTMLIFrameElement.height")}}
  • {{domxref("HTMLImageElement.height")}}
  • {{domxref("HTMLSourceElement.height")}}
  • {{domxref("HTMLVideoElement.height")}}