How to load images after page loaded?

后端 未结 3 1798
情话喂你
情话喂你 2021-01-01 09:14

I have this code:

            

        
3条回答
  •  庸人自扰
    2021-01-01 10:02

    The display: hidden set on your element should be display: none. Also, bear in mind that users visiting your page with JavaScript disabled will never see the image, only the permanent loading message. You should use a gracefully degrading solution instead.

提交回复
热议问题