How to make ion-slide continuing part of ion-slide item

Hello,

As i say in title i want to do this like below screenshot.

image

<ion-slides #slides (ionSlideWillChange)="onSlideChangeStart($event)" pager parallax>
   <ion-slide>Slide 1</ion-slide>
   <ion-slide>Slide 2</ion-slide>
   <ion-slide>Slide 3</ion-slide>
</ion-slides>
1 Like

I have had a similar question (multiple slides as horizontal space allows).
Have you found the solution to this one?