my webpage, http://wizardsofthegrimoire.com/, has a background image. I was able to get the file size of the website so that it loads fast enough, but when a user comes to the site for the first time the background image is displaye as it is loading. I'm wondering if there is some way to delay the display of the image until it is fully loaded using css.
Asked
Active
Viewed 122 times
0
-
Is the image file a JPG? – Shaggy May 01 '15 at 18:54
-
Would this help you? http://stackoverflow.com/questions/18120053/display-full-page-image-after-image-is-loaded – rpb138 May 01 '15 at 19:19
-
Ya that is what I want I think, but I have trouble implementing it. Im not very good with Javascript. Can you explain how to input it into my code? – Joseph Banning May 01 '15 at 19:30