A
A
Anna Bakurova2015-01-26 13:09:17
css
Anna Bakurova, 2015-01-26 13:09:17

Is there a screen resolution with a width of 340px?

I think the essence of the question is clear, in the answer I want to see yes / no and yes, then write on which devices.
I know for sure there are 320, 360, 375, 384, 414, 424, 480 and 540

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
Eugene, 2015-01-26
@Libris

There is a database of devices indicating their viewport - judging by it, there is no such device.

M
Murat Atila, 2015-01-26
@TheExplay

Perhaps somewhere, someone has it
And what's the actual difference? Or do you specify a fixed block width for different screens? Use % and you will be happy
PS on average on the sites that I made up, it is enough to have 3 breakpoints, maximum 4

@mobile: ~"screen and (max-width: 768px)";
@mobile-portrait: ~"screen and (max-width: 480px)";
@mobile-landscape: ~"screen and (min-width: 481px) and (max-width: 768px)";
@tablet: ~"screen and (min-width: 769px) and (max-width: 1000px)";
@desktop: ~"screen and (min-width: 1001px)";

D
Dmitry Bay, 2015-01-26
@kawabanga

Yandex Market is silent, so don't worry.
market.yandex.ru/guru.xml?CMD=-RR%3D9%2C0%2C0%2C0-...

M
mr_dev1l, 2015-01-26
@mr_dev1l

there is. Apple Watch

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question