0
How can i add make a volume bar using JavaScript and html.
I am working on a music player that uses the <input type="range"/> to increase the volume of the music. How can I add volume function to the input using JavaScript
3 Respostas
+ 3
The HTMLMediaElement.volume property sets the volume at which the media will be played.
MDN is a great resource for for HTML CSS JS AND WEb APIs
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/volume
+ 1
Hi! You try Google it before asking here?
0