Hi all,
I’m trying to get a parallax scrolling background in the slides view. My problem is that the background images showing up only on the first slide. I want to repeat them to fill all slides seamlessly. I’m not sure if it is my bad css skill or other things.
I have made a plunker to demonstrate my problem. https://plnkr.co/edit/zqden6SFzblfdPPqMHzf?p=preview
One thing that I found out from the swiper api is that if I could make the images as a direct child of “swiper-container”, the parallax effect will depend on total slider progress. But I think I cannot do that without modifying the ion-slides component.
Any help would be appreciated.