Forum Moderators: open
Opened this month's stats for one of my 'average person' ecommerce sites.
1024 x 768 = 30% (This is probably, IMO, the screen size to design for - without forgetting that many users may not be viewing full size. I think that most new computers are shipping with this as a default setting still.
1280 x 800 = 15%
1280 x 1024 = 10%
1440 x 900 = 10%
1680 x 1050 = 8%
1600 x 1200 = 7%
800 x 600 = 2%
1920 x 1200 = 2%
Numbers can vary widely depending upon your audience. Hook up with Google Analytics or some other stat service to get the specifics for your site.
rationale:
- 800x600 still out there
- iPhone and the like are smaller (but have smart zoom, CSS3 media queries etc to help them out)
- many users have larger screens, but those who'd screen becoem really large (e.g. my 1920x1200) do not run their browser fullscreen, but use 2 windows next to one another (getting you back to below 1000px wide and into that 770px wide.)
SWA
If offering a linked and styled page with a 'large view' of an image, what size is the best trade-off? Vertical space is the biggest restriction if one wants to keep the entire image 'above the fold' (completely viewable with no scrolling).
I currently use {width: 750px; height: 500px;} as standard for most sites. Though I would very much like to go larger, am concerned about how much more there is to safely gain for average user without pushing them into scrolling. (When resizing I'm willing to let the height go slightly over 500px;, but am gun-shy of allowing it to be much more.)
Only exceptions are images strong on vertical perspective, where vertical scrolling has to be allowed/required. I try to avoid needing such images.