Controlling image load order in HTML

后端 未结 4 1050
别跟我提以往
别跟我提以往 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条回答
  •  一生所求
    2020-11-29 07:14

    Just include the 'loading' image before any other images. usually they are included at the very top of the page and then when the page loading completes, they are hidden by a JS.

提交回复
热议问题