Make the new UI not scalable on mobile

This commit is contained in:
Kyle Johnson 2015-02-24 11:14:42 -05:00
parent ad69c02c9f
commit 3c9b05d2ea
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<title>ZoneMinder</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<base href="/">
<link rel="icon" type="image/ico" href="graphics/favicon.ico"/>
<link rel="shortcut icon" href="graphics/favicon.ico"/>