Ben
Ben

Reputation: 16641

CSS 3 Media Queries - What resolutions to support

With CSS 3 Media Queries, is there any recommendation as to what resolutions we should design for?

Currently, I am separating:

  1. visible area greater than or equal to 1140px
  2. visible area greater than or equal to 960px
  3. visible area below 960px

Any links to articles about this are welcome. Eventually, I am looking for a list of recommended resolutions, though.

Upvotes: 0

Views: 2259

Answers (1)

abhshkdz
abhshkdz

Reputation: 6365

A really nice list of recommended resolutions,

Media Queries for Standard Devices

And if you are targeting a specific device,

Media Query Snippets

Hope this helps :)

Upvotes: 2

Related Questions