Does display:none keep elements from loading?

前端 未结 2 868
眼角桃花
眼角桃花 2020-12-10 17:41

I have a large video file that I want to put on my main page. I don\'t want it to bog down the loading time, so I was thinking I could just set it to display:none and then

2条回答
  •  时光取名叫无心
    2020-12-10 18:29

    display has nothing to do with true speed of loading. However it may effect appearance of speed in the same way a splash page.

提交回复
热议问题