화면 해상도 확인 도구

사용자의 장치 및 브라우저 해상도 정보를 실시간으로 표시하는 도구입니다. 프론트엔드 개발자, 디자이너, 네트워크 엔지니어가 현재 사용자의 화면 크기, 브라우저 창 크기, 실제 픽셀 해상도(Retina 고해상도 지원 포함), 장치 방향 및 User Agent 정보를 빠르게 확인할 수 있도록 도와줍니다.

화면 해상도

{{ 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 }}
장치 방향 (JS) {{ orientation }}
장치 방향 (CSS) {{ cssOrientation }}
{{ userAgent }}
Klook.com