Does “display:none” prevent an image from loading?

前端 未结 17 2192
再見小時候
再見小時候 2020-11-22 05:13

Every responsive website development tutorial recommends using the display:none CSS property to hide content from loading on mobile browsers so the website load

17条回答
  •  爱一瞬间的悲伤
    2020-11-22 05:27

    Another possibility is using a

    Use this polyfill I wrote to read the contents of

    https://github.com/jameswestgate/noscript-textcontent

提交回复
热议问题