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
Here is a good example for styling native player controls(just tested in Chrome): https://codepen.io/BainjaminLafalize/pen/GiJwn
To change the width of the player controls bar:
video::-webkit-media-controls-panel { width: 40px; }