Browser Information
Screen Information
Inspect screen resolution, color depth, pixel ratio, and available width/height.
Checking support...
Feature Not SupportedThis browser does not support the Screen Information Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
console.log(screen.width, screen.height, window.devicePixelRatio);
About the Screen Information Web API
Screen interface represents a screen, usually the one on which the current window is rendering.
Specification:W3C & WHATWG Web API Standard
Sponsored Content