aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2014-03-07 09:30:11 -0500
committerTJ VanToll <tj.vantoll@gmail.com>2014-03-07 09:30:11 -0500
commit343c2651729af2fdf020dd538fce0855785f5a0d (patch)
tree08cf3a89b334b0e32111c14bf94513a7055584c8 /demos/resizable
parent385821e365476a318982864fe6c6b49652071a54 (diff)
downloadjquery-ui-343c2651729af2fdf020dd538fce0855785f5a0d.tar.gz
jquery-ui-343c2651729af2fdf020dd538fce0855785f5a0d.zip
Demos: Adding <meta name="viewport"> tag for easier mobile browsing
Diffstat (limited to 'demos/resizable')
-rw-r--r--demos/resizable/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/resizable/index.html b/demos/resizable/index.html
index 7c626e253..28114741a 100644
--- a/demos/resizable/index.html
+++ b/demos/resizable/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Resizable Demos</title>
</head>
<body>