A
A
Alexander2019-10-15 19:55:38
Layout
Alexander, 2019-10-15 19:55:38

What are the layout guidelines for 2K/4K resolutions?

Let's say the design was developed with a frame width of 1920px, all the elements are located as they should and everything is very harmonious. But what happens if someone opens the site on a higher resolution monitor? Do professional web developers think about such cases? What to do in such situations? Increase the size of the font and elements everywhere by 2-3 times?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Usachov, 2019-10-15
@rockfeeler

1. Used relative units for fonts.
2. Use percentages for measured values.
3. Use svg for images where possible. Where impossible - srcset
4. Use grid and flex. They can be customized however you like.
5. The main thing: to accurately represent for whom the site is being made and what device the user has.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question