Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the standard "minimum" resolution I should support with a website? [duplicate]

Tags:

resolution

Duplicate:

Recommended website resolution (width and height)?

I tend to think of 1024x768 as the minimum Screen Resolution that a modern web browser will run in, but I worry when using this resolution for a business website because I feel that I might be hurting the folks out there who are stuck with something smaller/older. So I ask, realistically, what is the minimum screen resolution I should expect my website to function perfectly in with the browser "maximized"?

like image 256
Nicholas Flynt Avatar asked May 09 '09 04:05

Nicholas Flynt


2 Answers

Look to the Netbooks for a new minimum. I'd say 1024x600 is reasonable.

Edit: You can always look to any number of sites that give you statistics on browser usage. Here's one that Google turned up for me:

http://www.w3schools.com/browsers/browsers_display.asp

like image 70
Mark Ransom Avatar answered Dec 18 '22 00:12

Mark Ransom


From an article in Jacob's Nielsen Alertbox called Screen Resolution and Page Layout:

Optimize Web pages for 1024x768, but use a liquid layout that stretches well for any resolution, from 800x600 to 1280x1024.

like image 33
eKek0 Avatar answered Dec 17 '22 22:12

eKek0