CSS - Add a “loading image” to, well, loading images


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. img {
  2. background: url(loader.gif) no−repeat 50% 50%;
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.