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

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -