is it possible to change default html5 video skin/color

前端 未结 3 1609
时光说笑
时光说笑 2021-02-13 21:22

Is it possible to change default html5 video player\'s colors or complete skin?


<         


        
3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-13 22:03

    There's no way of re-skinning the browsers native HTML5 video controls. However, you can omit them completely (by removing the controls attribute), and implement your own controls using HTML, CSS and the HTML video API (good reference here).

    There's a guide here which will get you started.

提交回复
热议问题