Mobile app version of vmapp.org
Login or Join
Alves566

: Should the browser interface size be taken in to account when designing web apps? As the table below suggests, should you take into account the size of the browser itself when designing web

@Alves566

Posted in: #ResponsiveDesign #WebApplications #WebsiteDesign

As the table below suggests, should you take into account the size of the browser itself when designing web apps? For example, should my artboard size be 1331x548 instead of 1366x768?
www.websitedimensions.com/

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves566

2 Comments

Sorted by latest first Latest Oldest Best

 

@Welton168

Your website should be responsive to the browser width for the best experience, and images should scale with it. I wouldn't recommend creating images with purposefully specific dimensions considering so many browsers are different, even on desktop. You can (and probably should) achieve this through CSS or some other style formatting. When I created a web application for my A-Level coursework, I used www.w3schools.com/css/css_rwd_viewport.asp which was very handy. It also automatically turns the site portrait when narrower than 600px (from my experience).

10% popularity Vote Up Vote Down


 

@Murray976

You should consider these sizes in the sense that you should think about your design needing to be responsive, but sizing your artboard to an exact pixel value is not at all necessary.

What you should be far more concerned about is what screen sizes will your users be using? If you can determine this by looking at statistics, that's great. Mostly, you need to focus on an approximate 300-1600px width scale, though it should still work okay on screens much larger than that.

When designing a component, think about what it will look like at different screen sizes (phones, tablets, laptops, large screens). If you can do this for all the components you should be fine.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme