Baseline Widely available
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.
A string indicating the displayed height of the resource in CSS pixels.
Examples<embed id="el" width="800" height="600" />
const el = document.getElementById("el");
console.log(el.height); // Output: '600'
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3