T
T
tundramani2021-09-17 15:02:19
css
tundramani, 2021-09-17 15:02:19

What is the minimum smartphone screen size to consider in responsive design?

I want to make a version of the site for smartphones,
what is the minimum size to take into account?
it is necessary to cover the vast majority, not necessarily all,

probably 320x480 is no longer relevant?

Maybe FullHD and above is already a standard?
i.e. 960x540 css pixels

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alfieros, 2021-09-17
@mrsexy

Oh damn, as usual. You still start to prescribe a vertical view)
You have an adaptive, so write from it

@media (max-width:768)
{
.lorem img{
width: auto;
height: 100%;
}
}
@endmedia

I
imko, 2021-09-17
@imko

If you are already very progressive, then look at the viewports of the displays of folding smartphones, 280 seems to be at the fold, but 320

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question