how to customize the pause button in the audio tag?

Viewed 144

enter image description here

I want to put svg instead of the black button. how do you do it with css?

1 Answers

You can use HTMLMediaElement API to create your own audio player with HTML/CSS. It is likely the only option. Because the default player can't be styled.

Related