adjust height/width to vh/vw

This commit is contained in:
Jan-Piet Mens
2016-02-11 11:41:07 +01:00
parent c4104f836a
commit 350f97d8dc
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<link rel="icon" sizes="192x192" href="../img/recorder.png" />
<link rel="apple-touch-icon" href="../img/recorder.png" />
<style type="text/css">
body { font-size: 80%; }
body { font-size: 80%; margin: 0; padding: 0; }
td { border-bottom: 1px solid; border-right: 1px dotted;}
@@ -38,7 +38,7 @@
<body>
<div id="output"></div>
<div id="wrapper">
<div id="map-canvas" style='width: 100%; height: 600px;'/></div>
<div id="map-canvas" style='width: 100vw; height: 100vh;'/></div>
<div id="maplabel"></div>
</div>
</body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B