+ 1
how do I put off the sound of a vídeo ?? is it posible ??
3 ответов
+ 6
It's possible. You can do that by adding 'muted' attribute in video tag like this example:
<video controls muted>
<source src="movie.mp4"type="video/mp4">
Then the video should be already muted after it.
0
ok thank you so much :)
0
My pleasure :)