ionic-image-loader
ionic-image-loader copied to clipboard
TODO: Lazy load images
Lazy loading images should only load the image if it's within the view port.
Might be a good idea to have lazy loading as a separate module, and add then add lazy loading support here.
Check this out :) https://github.com/NathanWalker/ng2-image-lazy-load
Could you add that? I think we need loading a small image first after that download a large image then replace small image
Lazy loading is much needed
Lazy loading is the only reason I am not currently using this module. When I get some time I might try to add it, but it won't be soon :( Would love to see it here!
Cached images with lazy loading would be great for infinite scroll lists.
any update on this ? is there any other module that I can use with ionic image loader to lazy load images?