I am developing an eshop .At products page based on category i putted some javascript based filtering. However a problem arises if a category has a lot of products. This lin
If you simply wish to load the images slowly and the rest of the page gets loaded first, you can put the images as background and not use the tag. If you use the tag, the image is loaded at the time of loading the page and so the page load becomes slow. However, the background images loads after the page is shown to the user. The user can read the text and see the images loading after some time.