How to prevent HTML5 audio from predownload / streaming on load?

后端 未结 2 1750
暖寄归人
暖寄归人 2020-12-28 08:48

I have a single page website which lists a collection of HTML5 audio players. The problem is the site has become slow because the following browsers start predownloading the

2条回答
  •  暖寄归人
    2020-12-28 09:31

     
    

    Note - preload="none" - can be used with VIDEO HTML5 and AUDIO HTML5.

    The preload attribute is supported in all major browsers, except Internet Explorer and Opera.

提交回复
热议问题