Controlling image load order in HTML

后端 未结 4 1058
别跟我提以往
别跟我提以往 2020-11-29 06:29

Is there a way to control the load order of images on a web page? I was thinking of trying to simulate a preloader by first loading a light-weight \'LOADING\' graphic. Any

4条回答
  •  旧时难觅i
    2020-11-29 07:09

    I think this article https://varvy.com/pagespeed/defer-images.html gives a very good and simple solution. Notice the part which explains how to create "empty" tags with:

    to avoid

    To display a loading image, just put it in the HTML and change it later at the appropriate moment/event.

提交回复
热议问题