惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Y
Y Combinator Blog
博客园 - 聂微东
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog RSS Feed
小众软件
小众软件
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
B
Blog
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
月光博客
月光博客
博客园 - 司徒正美

remy sharp's l:inks

Deno Style Guide Easy 6502 by skilldrick Profiling React.js Performance BEM Naming Cheat Sheet by 9elements Visual 6502 Remix Elijah Manor (@elijahmanor) on X All – Tiny Helpers AST explorer Insecure How to Authenticate with Next.js and Auth0: A Guide for Every Deployment Model Revealed: quarter of all tweets about climate crisis produced by bots I Add 3-25 Seconds of Latency to Every Page I Visit GitHub - ericchiang/pup: Parsing HTML at the command line Browserling – Online cross-browser testing Error Handling with GraphQL and Apollo Schwerkraftprojektionsgerät How To Turn Off Catalina Update Notifications (Prompts & Badges) • macReports Maskable.app It’s 2020 and you’re in the future Emulators written in JavaScript | Frederic Cambus The Size of Space systemfontstack JavaScript isn’t always available and it’s not the user’s fault Programming Fonts - Test Drive GitHub - Yonet/MixedRealityResources: Mixed Reality related resources The Lines of Code That Changed Everything Notes from the Internet Health Report 2019 CopyPalette Generative Artistry Profile a React App for Performance
Screen Size Map
2019-11-01 · via remy sharp's l:inks

Screen width classes

The viewport width is more relevant than screen height for UI and responsive design. The map clusters screens by width in six classes and applied different colors to enable a good screen size comparison. The classes provided are not necessarily breakpoints in a CSS layout.

XXL · min 1441 dp XL · 1025 - 1440 dp L · 801- 1024 dp M · 601 - 800 dp S · 415 - 600 dp XS · max 414 dp

Screen heights

The map groups similar screen widths to be displayed as one rectangle. As some widths have different viewport heights, the map shows these as alternatives in height.

Most popular height per width
The size of the colored rectangle shown in the map is the most popular viewport of all the viewports listed with a similar width.
Alternative screen heights
Other relevant screen sizes based on the same or similar width.

Most common screen sizes

Popularity data used in the map paints a picture of worldwide screen usage. To make this feature possible, this map gathers and merges browser and device statistics from different web resources and transforms those data to display device-independent pixel.
The popularity data used is based on browser statistics from 2021 to 2023 and grouped in three categories.

High · more than 3% of worldwide popularity Medium · 1-3% of worldwide popularity Low · under 1% of worldwide popularity

Two devices, a laptop and a smartphone with different display resolutions.

Good to know

What are device‐independent pixels?

Displays come in various resolutions, such as Retina, HD or 4K. This map uses a unit called device-independent-pixel (dp or dip).
Those units are not considering the resolution of a screen as inch or cm would do. Instead, DPs determine size values in a layout - no matter in which pixel density they will be rendered on a specific device. Developers and designers use DPs when creating digital products that have to work on devices with different resolutions.

EXAMPLE
Let's say a button in a layout has 300 dp width.
On a laptop with a low resolution screen it would render in 300 pixel. 1 dp is 1 px on the device (1:1 device pixel ratio). On an iPhone with a Retina display, the same button would have the same size of 300 dp, but would actually render in 600 pixel width, because 1 dp is 4 px on the HD display (1:2 device pixel ratio).

Two devices, a laptop and a smartphone with different display resolutions. Two devices, a laptop and a smartphone with different display resolutions.

The map as a printable poster

Download the screen size map as a free poster.
Print it out and put it on your wall. Use it as a handy reference when in doubt with viewport pixel sizes in your daily work.
And: yes, it also comes in black.

More responsive design and UX