YouTube: How to present embed video with sound muted

后端 未结 12 1235
天命终不由人
天命终不由人 2020-11-29 02:16

I\'m trying to embed a video with the sound muted but I can not figure out how it make it work.

Currently I\'m using this but doesn\'t work:



        
12条回答
  •  遥遥无期
    2020-11-29 02:40

    was also looking for a solution to this but I wasn't including via iframe, mine was linked to images/video.mp4 - found this https://www.w3schools.com/tags/att_video_muted.asp - and I simply added < video controls muted > (CSS/HTML 5 solution), but no JS required for me...

提交回复
热议问题