Fit page to screen on mobile devices.
Chris Pressey
10 years ago
0 | 0 |
<!DOCTYPE html>
|
1 | 1 |
<head>
|
2 | 2 |
<meta charset="utf-8">
|
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
3 | 4 |
<title>Full Browser Canvas</title>
|
4 | 5 |
<style>
|
5 | 6 |
html, body, canvas {
|