Skip to content

Commit 3fc55ad

Browse files
committed
disabled user scaling
1 parent 349a096 commit 3fc55ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<meta charset=utf-8>
3-
<meta content="width=device-width,initial-scale=1" name=viewport>
3+
<meta content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=0" name=viewport>
44
<title>MultiverseViewer.htm</title>
55
<link href=../common/css/core.css rel=stylesheet>
66
<script src=../common/js/core.js></script>

0 commit comments

Comments
 (0)