I am using the swiper options to set lazyLoading for images to true. Others options seem to work fine but all of the images are being downloaded when the page loads. I am trying to follow the swiper api docs for the correct settings and I think I have everything correct?
Ok I’m not sure if this already helps you but I figured out that you need to use [attr.data-src] instead of data-src to use the lazyLoading. This is because Angular uses to check the data-src attributes in image tags if there is really an existing image and change it then to the normal “src” attribute.
I hope this will be enough to change in your code cause I changed so much the last days (using original swiper instead the implementation from ionic etc) that I didn’t check if this solution works too with the original implementation from Ionic.