CSS only technique for showing a loader for slow loading images

Recently I had a requirement to show images inside an overlay, the problem was that the image that had to loaded was coming loading very slowing and the user couldnt get any sort of indication that the image was being loaded. Ofcourse one clear solution was to call it via HTTPRequestObject but obviously that would [...]