docs(demos): update scroll image to new picture

references #5311
This commit is contained in:
Brandy Carney
2016-02-03 17:47:35 -05:00
parent 1e9a776944
commit 8a790f395f
2 changed files with 9 additions and 3 deletions

View File

@ -4,9 +4,15 @@
<ion-content>
<ion-scroll scrollX="true" scrollY="true" style="width: 100%; height: 100%">
<div style="width: 3460px; height: 3008px; background: url('https://upload.wikimedia.org/wikipedia/commons/3/32/Paris_7th_arrondissement_map_with_listings.png') repeat"></div>
<div class="map-div"></div>
</ion-scroll>
</ion-content>
<style>
.map-div {
width: 1500px;
height: 1500px;
background: url('./map.jpeg') no-repeat;
}
</style>

BIN
demos/scroll/map.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB