Responsive Web Design Automatically Zoomed Some Times -


i made responsive web page media query.

view on mobile device auto zoom though have not defined zoom.

while used meta content "width=device-width" looks viewing on desktop browser after user have zoom out see actual view.

use below meta tag in head

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -