How to show a loader until images are ready then show them -
i working on website (http://thibaudjourdan.fr/). in galleries, when computer loads image, loads on left of screen and, once loaded, displays on center should. don't this, there way show sort of loader instead of image show once it's ready ?
i have seen solutions on internet none seemed fit needs or wouldn't work, can ?
thank you.
there onload event images. can used show when done
<img src="/path/to/image.jpg" onload="dostuff(this);" />
Comments
Post a Comment