Reputation: 471
I have a website created using html.One of my pages contain some images which takes time to load. everything else loads perfect, but not the images. How can I load the images before every other contents of the page?
Upvotes: 2
Views: 277
Reputation: 3844
You can't do that. You could fake it but overlaying a white background div or something but the DOM will always parse first
Upvotes: 1