How to use Lazy Loading in Iframe
I have got a screen, where the content comes from an iframe. The content also contains some amount of images which doesn't allow the application to load faster. The images that are loading is dynamic, so I am not using sprite image. I know one concept called "Lazy Loading" which can be done by javascript. But loading the images in Lazy Loading mode, i am facing issues. So can anyone tell me how to implement "Lazy Loading" in order to fetch the images.