ImageBitmap: width property - Web APIs | MDN (original) (raw)
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021.
Note: This feature is available in Web Workers.
The ImageBitmap.width
read-only property returns the ImageBitmap object's width in CSS pixels.
Value
A number represents the ImageBitmap object's width in CSS pixels.
Specifications
Specification |
---|
HTML # dom-imagebitmap-width-dev |