Search code examples
cssmobilewidthmobile-websitescreen-resolution

What is the design best practice for setting the page width for mobile web pages?


Different browsers on different phones have different screen resolution.

Is there a best practice in the community to set the width to a standard size, so that it works on most moderns phones and browsers?


Solution

  • IMHO the best practise is to get along without too many assumptions about width and resolution of the clients device.

    Mostly those devices have browsers geared towards displaying/flowing/reducing webpages. If at all possible, let the browser do the work.