Ionic background image slide

I’d like to have a different picture in the background of each slide.

<ion-content>       <ion-slides pager="false" [options]="slideOpts">         <ion-slide>          //background 1           <h1>Slide 1</h1>         </ion-slide>         <ion-slide>           //background 2           <h1>Slide 2</h1>         </ion-slide>         <ion-slide>           //background 3           <h1>Slide 3</h1>         </ion-slide>       </ion-slides>     </ion-content> 
Asked on July 16, 2020 in CSS.
Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.