My video tag shows my video / audio controls perfectly. Everything working. But I need to set the audio between 30% and 50% or even mute. Is it possible to do this with CSS and / or JS?
<video width="960" height="550" controls autoplay loop>
<source src="video.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Seu navegador não suporta o aquivo de vídeo.
</video>