videojs-vimeo
videojs-vimeo copied to clipboard
mute
Hi @jbourassa, while trying to mute the video, i got stuck..
<video
id="vid1"
class="video-js"
width="640"
height="264"
data-setup='{
"muted": true,
"preload": "auto",
"autoplay": true,
"loop": true,
"techOrder": ["vimeo"],
"sources": [{ "type": "video/vimeo", "src": "https://vimeo.com/99275308"}],
"vimeo": { "color": "#ff0000" }
}'
>
</video>
I just could not get this to work.