The screen-size tag has no wiki summary.
1
vote
2answers
636 views
How to make a website fit in mobile browsers
How should a good website work in a mobile browser? Should it adapt to fit the browser window size, or should it redirect to a page that is made to fit in mobile browsers?
2
votes
2answers
27 views
Are there tools to measure displayed dimensions in percentages?
I use MesureIt! to measure pixels on websites, generally to check if things add up right when developing. I'm making a fluid layout right now, and would really like to do the same, but I couldn't find ...
2
votes
1answer
46 views
average screen ratio
Im building a portfolio website that uses full screen background images slideshow that are cropped to fit using a js plugin. To give the minimum amount of cropping whats the best ratio to make the ...
2
votes
1answer
194 views
Should I still support a screen resolution of 1024x786 or can I ignore it and support 1280x720 and higher?
Only for websites, not webapps.
There are not many computers left with 1024x786, so why still support it?
3
votes
3answers
129 views
Users narrowing window on desktop to see mobile version?
I know this is going to seem like a strange question, but are their any stats on users narrowing their browser window so that media queries kick in and display the mobile optimised version of the ...
2
votes
2answers
60 views
Oversizing images to produce better looking pages?
In the past, improper image resizing used to be a big no-no of web design (not mentioning improper compression format). Hence, for years I have been sticking to the policy where images (PNG or JPG) ...
0
votes
2answers
470 views
Which screen resolution should I target for modern mobile phones? [duplicate]
Possible Duplicate:
Building for different screen sizes
I am developing a site which needs to work on mobiles as well.
I avoid specifying width and height by pixel. Mostly I am using ...
12
votes
5answers
598 views
Building for different screen sizes
When building new webpage layouts, I think of all the devices out there - cell phones, tablets, desktops, etc - with a diversity of screen sizes. I can see two ways to accommodate this diversity. One ...
