From: Gabriele Cirulli Date: Wed, 14 Aug 2013 20:08:17 +0000 (+0200) Subject: add information on how to disable mobile zoom to the docs X-Git-Tag: v3.0.0~81^2~67^2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6bd757df2a066d0effab5a1eafca05ffe8e50e;p=thirdparty%2Fbootstrap.git add information on how to disable mobile zoom to the docs --- diff --git a/css.html b/css.html index 0ad11fae2f..1a74e3b7bc 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>.

{% highlight html %} +{% endhighlight %} +

You can disable zooming capabilities on mobile devices by adding user-scalable=no to the viewport meta tag.

+{% highlight html %} + {% endhighlight %}

Responsive images