mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Scroll stuff
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<ion-slides [options]="extraOptions" id="slider" style="background-color: black">
|
||||
<ion-slide *ng-for="#image of images">
|
||||
<ion-scroll scroll-x="true" scroll-y="true" zoom center>
|
||||
<ion-scroll scroll-x="true" scroll-y="true" center>
|
||||
<img data-src="{{getImageUrl(image)}}" slide-lazy>
|
||||
</ion-scroll>
|
||||
</ion-slide>
|
||||
|
Reference in New Issue
Block a user