diff --git a/css.html b/css.html index 0ad11fae2f..045be7876d 100644 --- a/css.html +++ b/css.html @@ -29,6 +29,10 @@ base_url: "../"
To ensure proper rendering and touch zooming, add the viewport meta tag to your <head>
.
You can disable zooming capabilities on mobile devices by adding user-scalable=no
to the viewport meta tag. This disables zooming, meaning users are only able to scroll, and results in your site feeling a bit more like a native application. Overall we don't recommend this on every site, so use caution!