Large images load slowly #22
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there a way to preload images and then start the timer when they are loaded and ready to go?
I think there is some type of partial "wait for the images" in
change.js
, but I know it doesn't wait for them to be fully loaded.http://stackoverflow.com/questions/2499022/how-to-display-a-wait-gif-until-image-is-fully-loaded
http://stackoverflow.com/questions/2342132/waiting-for-image-to-load-in-javascript
http://stackoverflow.com/questions/544993/official-way-to-ask-jquery-wait-for-all-images-to-load-before-executing-somethin (I don't think it's jquery though)
Going to start first by making all images less than 500 kb.