Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the minimum screen resolution for which you currently optimize your web designs? [closed]

I don't really know if I'm asking in the right place, so if my question has to be transferred I apologize for it. I am totally noob in this place.

like image 589
jmic Avatar asked May 28 '10 19:05

jmic


People also ask

What is the minimum screen resolution?

For video editors, we recommend 1920 x 1080 as a minimum. This is because 1080p is the standard high-definition resolution for videos, so if you're working with 1080p video, you'll want a screen that can display that natively.

What screen resolution should I use for Web design?

Best common sizes for desktop, mobile, and tablet screens As for the desktop version, the best choice is the 1280×720 screen resolution. It is a minimal size for desktop devices.

What is the most common screen size for website design 2022?

The most common screen resolution in 2022 will most likely be 1920×1080. This is because it is a resolution that is currently being used by the majority of users and it is also a resolution that is supported by most devices.

What is the standard web screen resolution?

1920×1080 (8.89%)


4 Answers

Whatever I'm working on.

Really I try to fit everything on about 900px. 1024x768 is very much the norm, and the most common resolution today. I wouldn't go past it without a very good reason too.

like image 80
Josh K Avatar answered Oct 20 '22 01:10

Josh K


Flexible websites are the future. It has its quirks, but it's not as hard as it may seem.

You have netbooks, iPads, laptops and then 24", 27" and even 30" monitors. And the list is going to grow.

Smart use of min-width/max-width, percentage-based widths and, perhaps, media-quires allow you to achieve extremely amazing results.

Recent A List Apart issue on the subject: http://www.alistapart.com/articles/responsive-web-design/

like image 36
Misha Reyzlin Avatar answered Oct 20 '22 00:10

Misha Reyzlin


I suggest

750px if targeting 800 x 600 px

950px if targeting 1024 x 768 px

1220px if targeting 1280 x 1024 px

Whatever system you are targeting, make sure you leave at least 50px gap for the scroll bar and sidebar(in some browsers)

like image 38
Starx Avatar answered Oct 20 '22 00:10

Starx


The best width to a website that works well in all resolutions is 960px wide for what I have found so far.

like image 28
Meta Avatar answered Oct 20 '22 01:10

Meta