螢幕解析度查詢工具
使用者螢幕解析度檢測工具是一個即時顯示使用者端裝置與瀏覽器解析度資訊的小工具。它可以協助前端開發者、設計師與網路工程師快速瞭解目前使用者的螢幕尺寸、瀏覽器視窗大小、實際像素解析度(包含 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 }} |