top | item 6330477

Ask HN: Is 1080px Wide Too Small for a Web Browser?

2 points| danpalmer | 12 years ago | reply

I use a Mac, and an app called Divvy to manage window layouts. The main way I use my laptop screen is in a 4 column layout where the left-most column is a utility of some sort, and the right 3 columns are my main content. Sometimes this is a terminal and text editor respectively, but often it is my Twitter client and Chrome.

This means that my web browser is constantly 1081px wide, and this is my question: is it now unreasonable for me to expect the web to 'work' at that size?

With that width, I'm under the threshold at which Bootstrap starts scaling down content, so most Bootstrap sites display incorrectly, often so badly that I can't view them at all. But also many other 'responsive' sites just fail to display in a useful way at all.

I remember the days of designing the web for 1024x768 as it was the lowest reasonable common denominator I can remember (thankfully I missed the 800x600 days!). Has the web grown up to 1280 as a standard width now, and if so, is that a good idea? The main reason I don't use my browser at full width is that it wastes so much space on so many sites.

What do designers typically target now? And do you think the rise of frameworks that do responsiveness automatically is bad for design because people don't know how to use them correctly?

3 comments

order
[+] goblinfoblin|12 years ago|reply
Any modern website should hopefully look decent/good at that resolution considering the ipad is 1024 width in wide mode (or the ones that show up in my GA are).

Media Queries are king, and so are responsive websites, so hopefully websites start using them.

I still make sure internet explorer < 9 is set to a ~960px width because of the prevalence of 1024 width (It is my highest ranking screen resolution on non-technical sites.

[+] wmf|12 years ago|reply
I'm in the same situation because I run two ~900px browser windows side by side. Since the industry standard is maximized on a 1366 screen there's nothing we elites can do about it.
[+] kevincennis|12 years ago|reply
I usually shoot for 1024px as the minimum width of what I consider "laptop/desktop" if I'm doing something that's sort of breakpoint-y.