Remove max width on audio player in Chrome
I would like the default HTML5 audio player to match the width of its parent container. I set it to display "block" and width to "100%". However, it looks like Chrome starts adding padding on the left and right sides after it exceeds a certain window size:
Firefox behaves as I would like, with the player edges reaching exactly to the edge of the parent div:
How do I uninstall an add-on in Chrome?
EDIT :: As pointed out in the comments, this looks like a max width (not padding) ...
Thank!
+3
source to share