css - Thinking of the 'zoom' in responsive design -


i trying responsive design using html , css, here problem:

if resize window, layout fits , if zoom, layout fits again, have no problem it, if zoom when window resized, layout breaks little.

does important find solution this? have no problem 200%, 300% levels of zoom, 400% or 500% make problems me.

in general, responsive layout shouldn't need zoomed because fits device/browser window , has been designed "finger-friendly". that, can use viewport stop users zooming:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -