A
A
Arman Dendibaev2016-03-25 17:53:54
HTML
Arman Dendibaev, 2016-03-25 17:53:54

Screen resolution?

Hello dear friends
, now you need to start layout of the site, so here is the question,
what is the best resolution to make the maximum resolution, I'm doing it at 1024, but many advise 940
and what is the minimum 240 for 320?
wonder how many media queries to do now like this
width: 1024px
width: 720px
width:540px
width:420px
width:320px
width:200px

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad Lavrik, 2016-03-25
@DENDIBAEV

If 100% width is not suitable for the content type, then it is customary to set the maximum width size to approximately 1200, since the most common minimum is 1366.
Personally, I try to use as few media queries as possible, most often it is
1200+ - the default is
920+
620+
320 +
Which, if you correctly build the layout, is enough.
The lower limit is most often 320, since you won’t find smaller screen widths from the class of smartphones (meaning the final value for the browser, that is, the physical expansion divided by the scaling factor.)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question