Skip to content

Commit

Permalink
add viewport meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 1, 2018
1 parent 4563ca5 commit d71a3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/WebGLTemplates/BetterTemplate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>%UNITY_WEB_NAME%</title>
<style>
html {
Expand Down

0 comments on commit d71a3c9

Please sign in to comment.