Capture Screen Resolution via Snapshots

Finding the pixel-to-device ratio of your user's screens can help you understand how your images are rendering.

Note that this property returns a value of 1 or 2. Read more in the Window.devicePixelRatio article from Mozilla.org.

Name: Screen Resolution

JavaScript Snapshot: window.devicePixelRatio

Last updated