P
P
Polmac2013-12-25 17:45:29
css
Polmac, 2013-12-25 17:45:29

At what resolution should I make a layout for rubber layout?

At what resolution should I make a layout for rubber layout?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Melnikov, 2013-12-25
@mlnkv

getbootstrap.com/css/#grid-media-queries

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

V
Victor Smolsky, 2013-12-25
@SimplySite

I think it would be advisable to open the statistics of some popular site and see what resolutions are popular. In general, usually 1000 px width.

T
taras, 2013-12-25
@taras

Either I don't understand something, or you don't understand the person. It is better to optimize the rubber to 1920px in width, then it's already exotic, IMHO. And I would certainly make max-width and margin:0 auto for users with larger widths.

V
Vitaly Zheltyakov, 2013-12-25
@VitaZheltyakov

www.liveinternet.ru/stat/ru/resolutions.html The
optimal screen resolution is 1024x768. while the workspace is 1000x640

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question