Styling browser-native video controls

前端 未结 5 827
长发绾君心
长发绾君心 2020-11-29 09:21

Is it possible to cross-browser style the controls of a browser-native video such as video from HTML5\'s video tag?

I do not understand if it is possible or not, I c

5条回答
  •  爱一瞬间的悲伤
    2020-11-29 09:39

    You can style native controls in some browsers, using shadow DOM. Enable shadow dom in debug inspector settings:

    http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/

    HTML5 Video Controls - make larger?

提交回复
热议问题