mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
@ -4,9 +4,15 @@
|
|||||||
|
|
||||||
|
|
||||||
<ion-content>
|
<ion-content>
|
||||||
|
|
||||||
<ion-scroll scrollX="true" scrollY="true" style="width: 100%; height: 100%">
|
<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-scroll>
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.map-div {
|
||||||
|
width: 1500px;
|
||||||
|
height: 1500px;
|
||||||
|
background: url('./map.jpeg') no-repeat;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
BIN
demos/scroll/map.jpeg
Normal file
BIN
demos/scroll/map.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 642 KiB |
Reference in New Issue
Block a user