Answer the question
In order to leave comments, you need to log in
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
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question