Mobile app version of vmapp.org
Login or Join
Sims5801359

: When designing HIFI mockups for web apps, how do you determine the width of your file? I've designed a handful of web apps now and I seem to be just as confused about document widths as

@Sims5801359

Posted in: #Resolution #WebApplications

I've designed a handful of web apps now and I seem to be just as confused about document widths as I was before I ever started. I've made the mistake of mocking it up at 1920 wide and jamming it full of content.

For over a decade I designed countless centered websites at a fixed width that was very easy to determine. 720 then 960, etc. But now I find myself designing A LOT of responsive full width web apps. Which forces me to design the "desktop" version at some obscure min width. Fortunately I've had good data provided by some clients which allowed me to design for the largest segment of their users. But what is a safe/good min width to use in HIFI photoshop mockups? It seems that a lot of dribbble shots are 1280px which is what I've been using as of late.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sims5801359

1 Comments

Sorted by latest first Latest Oldest Best

 

@Holmes874

You should avoid high fidelity static mock ups for this very reason.

Responsive web design isn't about designing a desktop version, then a mobile version, and then hoping they work together. It's about designing one version, and then adjusting as needed in both directions.

Now, I realize that is the ideal, and we rarely work in the ideal and lots of clients and lots of development teams are still stuck in there ways and want a static mock up.

In that case, I'd say "pick any size". It's a responsive site, so it should work in any size anyways. Part of the site design process should be figuring out the breakpoints so just grab one of those and go with it. One could make the argument that you should start with the smallest (mobile first) which isn't a bad idea in a lot of situations.

Whatever you do, do NOT build two entirely separate static mockups for two different sizes. This leads to designs that maybe 'look' responsive but aren't actually practical to implement. Design only one static mockup. For the other sizes, design in code.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme