Files
2016-06-17 11:39:59 -05:00

26 lines
376 B
HTML

<ion-header>
<ion-toolbar>
<ion-title>Scroll</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
<ion-scroll scrollX="true" scrollY="true" style="width: 100%; height: 100%">
<div class="map-div"></div>
</ion-scroll>
</ion-content>
<style>
.map-div {
width: 2600px;
height: 1400px;
background: url('./map.jpeg') no-repeat;
}
</style>