From fb6bd757df2a066d0effab5a1eafca05ffe8e50e Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Wed, 14 Aug 2013 22:08:17 +0200 Subject: [PATCH] add information on how to disable mobile zoom to the docs --- css.html | 4 ++++ 1 file changed, 4 insertions(+) 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