Styling browser-native video controls

前端 未结 5 825
长发绾君心
长发绾君心 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 10:02

    You can't style the browser's default control set, but you can use the (JavaScript) Media API to build your own control set which of course you can style in any way that you like.

    Take a look at Working with HTML5 multimedia components – Part 3: Custom controls which shows you how this can be done.

提交回复
热议问题