height property
The height property of the HTMLEmbedElement interface returns a
string that reflects the height attribute of the embed element,
indicating the displayed height of the resource in CSS pixels.
Implementation
external String get height;
Implementation
external set height(String value);