Skip to content

Commit fb21dd5

Browse files
committed
Set viewport to device width.
1 parent a78f6a7 commit fb21dd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<meta charset="utf-8">
1717
<title>JavaScript Load Image</title>
1818
<meta name="description" content="JavaScript Load Image is a function to load images provided as File or Blob objects or via URL. It returns an optionally scaled HTML img or canvas element.">
19+
<meta name="viewport" content="width=device-width">
1920
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap.min.css">
2021
<style>body{padding-top:60px;}</style>
2122
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-responsive.min.css">

test/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<head>
1616
<meta charset="utf-8">
1717
<title>JavaScript Load Image Test</title>
18+
<meta name="viewport" content="width=device-width">
1819
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/mocha.min.css">
1920
</head>
2021
<body>

0 commit comments

Comments
 (0)