Is any way to load picture in background and show it after full loaded.
Thanks
Printable View
Is any way to load picture in background and show it after full loaded.
Thanks
I think O'Reilly javascript book had an example of this. Its to do with preloading your images into an array (so all download) then you can show them as and when you need.
Otherwise you probably need to look at the type of save - in jpgs I think there is a progressive type, which gets sharper as it loads...
If you mean to hold a space open until the pic is fully loaded, put in width and height into the img/stylesheet for imgs.
If you mean the bit above, but blank until the pic is fully loaded, perhaps a mix of javascript and img properties?
Vince