How to display a wait gif until image is fully loaded
Posted
by Dimitris Baltas
on Stack Overflow
See other posts from Stack Overflow
or by Dimitris Baltas
Published on 2010-03-23T10:22:59Z
Indexed on
2010/03/24
18:43 UTC
Read the original article
Hit count: 429
jQuery
|JavaScript
Most popular browsers, while rendering an image, they display it line-by-line top-to-bottom as it loads.
I have a requirement that a wait gif should be displayed while the image is loading. When the image is fully loaded then it should be displayed instead of the wait gif.
© Stack Overflow or respective owner