Not TestedTesting not done, may not work properly
Browser Information

Screen Information

Inspect screen resolution, color depth, pixel ratio, and available width/height.

Checking support...
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