]> git.cworth.org Git - zombocom-ai/commitdiff
Allow user to zoom
authorCarl Worth <cworth@cworth.org>
Thu, 8 Dec 2022 00:10:10 +0000 (16:10 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 8 Dec 2022 00:10:10 +0000 (16:10 -0800)
Which can be important to be able to see an image more clearly.

index.html

index b7e3521aeb547020dc36d61dabde85209f14d2fc..185927fc1ee244dbdabd5dfe4880a93f96b91b5a 100644 (file)
@@ -5,7 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <title>ZOMBO</title>
   <link href="/zombo.css" rel="stylesheet" type="text/css">
-  <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
+  <meta name="viewport" content="width=device-width,initial-scale=1">
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
   <meta name="HandheldFriendly" content="true">
 </head>