videojs-vimeo icon indicating copy to clipboard operation
videojs-vimeo copied to clipboard

mute

Open scher200 opened this issue 8 years ago • 0 comments

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.

scher200 avatar Oct 02 '17 14:10 scher200