why not just include the image with a default src?

something like this

<img src="default.jpg" alt="" />
...
<img src="default.jpg" alt="" />
...
<img src="default.jpg" alt="" />

so the image will be loaded just once and you get a nice placeholder
for you images...
once you want to load the image you just replace the src...

Reply via email to