Comprobador de resolución de pantalla

Esta herramienta muestra en tiempo real la resolución del dispositivo y del navegador del usuario. Es útil para desarrolladores frontend, diseñadores e ingenieros de red que necesitan conocer el tamaño de pantalla, el tamaño de la ventana del navegador, la resolución real de píxeles (incluido soporte Retina), la orientación del dispositivo y el user agent.

Resolución de pantalla

{{ physicalWidth }} x {{ physicalHeight }}

Javascript

screen.width x screen.height {{ screen.width }} x {{ screen.height }}
screen.availWidth x screen.availHeight {{ screen.availWidth }} x {{ screen.availHeight }}
window.innerWidth x window.innerHeight {{ window.innerWidth }} x {{ window.innerHeight }}
window.outerWidth x window.outerHeight {{ window.outerWidth }} x {{ window.outerHeight }}
window.devicePixelRatio {{ devicePixelRatio }}
Orientación del dispositivo (JS) {{ orientation }}
Orientación del dispositivo (CSS) {{ cssOrientation }}
{{ userAgent }}
Klook.com