load specific image before anything else

前端 未结 5 1417
一整个雨季
一整个雨季 2020-12-15 23:25

I\'m a creating a loading screen for website I am making. The website loads many images, scripts, etc. The HTML and CSS part is great, but I need a way to guarantee that the

5条回答
  •  -上瘾入骨i
    2020-12-16 00:02

    I think if you place the IMG tag at the top of your html body it will be loaded first. If you do not want to move your div just use a copy of the image tag. Once the images is loaded it will be shown in every image tag which shows the same picture.

提交回复
热议问题