Commit ec75ab99c60b731060903b2395fcb7981763f36e
1 parent
8c079d9a
Exists in
master
and in
5 other branches
Change user-scalable in viewport meta tag
Now, mobile users can use yours fingers to zoom in and zoom out Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/templates/base.html
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <head> |
7 | 7 | {% block head %} |
8 | 8 | <meta charset="UTF-8" /> |
9 | - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
9 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" /> | |
10 | 10 | {% block metarobots %} |
11 | 11 | {% if ROBOTS_NOINDEX %} |
12 | 12 | <meta name="robots" content="noindex, nofollow" /> | ... | ... |