Play infinitely looping video on-load in HTML5

前端 未结 4 1754
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-29 22:42

I\'m looking to place a video in an HTML5 page that will begin playing on page-load, and once completed, loop back to the beginning without a break. The video should also

4条回答
  •  时光取名叫无心
    2020-11-29 23:09

    As of April 2018, Chrome (along with several other major browsers) now require the muted attribute too.

    Therefore, you should use

    
    

提交回复
热议问题