javascript - How to deal with different viewport sizes the best way? -



javascript - How to deal with different viewport sizes the best way? -

i programming webapp uses mobile-first design principle.

i have tested design primary devices discovered, other devices same display displays page different.

the problem because of device-pixel-ratio, app toggels media query , margins strange. on image not much, on device looks strange.

is there way can modify device-pixel-ratio within javascript or css?

javascript css mobile

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -