Screen Object
The screen object contains information about the browser's screen.
Properties
Property | Description |
---|---|
availHeight |
Returns the height of the screen |
availWidth |
Returns the width of the screen |
colorDepth |
Returns the bit depth of the color palette for displaying images |
height |
Returns the total height of the screen |
pixelDepth |
Returns the color resolution (in bits per pixel) of the screen |
width |
Returns the total width of the screen |