Remove max-width on audio player in Chrome
I'd like the default HTML5 audio player to fit the width of its parent container. I set its display to 'block' and width to '100%'. However, it seems like Chrome starts to add padding on the left and right sides after surpassing a certain window size: Firefox is behaving as I'd like it to, with the edges of the player reaching exactly to the edge of the parent div: How can I remove this extra padding in Chrome?? EDIT:: As pointed out in the comments, it looks like it's actually a max-width (not padding)... Thanks! There is a max-width: 800px in the shadow DOM: You can use ::-webkit-media