Modern web pages are bulky with a lot of images. Loading of images takes a lot of bandwidth and slows down web page loading. This add-on aims to improve web page loading by using a lazy load approach for images. Instead of loading all images in the web page at the beginning, images loading is delayed until they appear in the visible screen area. Images that are not in the visible screen area will not be loaded during initial loading of the web page. Users who do not scroll down long web pages will be able to save a lot of network bandwidth that gets wasted in loading all images in the web page. In addition, their web page loading time will also reduce.