How to show loader while actual image is downloading

When internet is slow and image size is big then its take some time to display compleate image. During this time no image is showing. If you want to display a loading image untill image is not loading compleately. Just add a background image to all images using css: 
Like below :-



Below is the css code :


#prodlist img {
  background: url("../image/imgloading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}



If you like this post don't forgot to post a comment. 

Chears :)

Happy coding ..

Post a Comment

Previous Post Next Post