/tags/screen
- JavaScript: Get screen width and height (resolution)
The screen resolution of a device can be determined using the screen object. screen.width returns the width of the screen, while screen.height returns the height of the screen.
Seeker of knowledge, hacker of things. Lover of cats. Owner of unmatched enthusiasm.
www.hacksparrow.com
Copyright © 2021 Hage Yaapa
The screen resolution of a device can be determined using the screen object. screen.width returns the width of the screen, while screen.height returns the height of the screen.