html - Change Initial Scale With Css -


how can change initial scale value css? don't want use javascript.

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

you can use @viewport. but, might not supported in browsers.

https://developer.mozilla.org/en-us/docs/web/css/@viewport


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 -