소스 검색

Merge pull request #93 from dapenggao/patch-1

Enable pinch zooming on mobile devices
Mark Otto 10 년 전
부모
커밋
b069d23fe8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _includes/head.html

+ 1 - 1
_includes/head.html

@@ -3,7 +3,7 @@
   <link href="http://gmpg.org/xfn/11" rel="profile">
 
   <!-- Enable responsiveness on mobile devices-->
-  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
   <title>
     {% if page.title == "Home" %}