Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
If the site was not originally written adaptive (fluid), then you have 2 options: rewrite the entire code from 0, or add styles for display on mobile devices. Look here .
it's not about adaptability, it's about browsers rounding pixel values differently.
for example, you had a block of 300px, you twisted the scale and one browser calculated its new width as 132px, and the other as 133px. and everything went. so there is no point in tweaking anything.
well, if you still need to do this, then catch it through js pixel density (or another sign of scaling) and change styles depending on the browser.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question