matthojo / videojs-Background

Allows for videos to be displayed as a full background to any element.
MIT License
77 stars 41 forks source link

videojs Options not working #19

Open MichaelKaeser opened 8 years ago

MichaelKaeser commented 8 years ago

I'm trying to disable autoplay, but videojs-Background seems to ignore the options object:

videojs('bg-video',{
    "autoplay": false,
    "preload": false
}).Background();

Am I missing something?

agrigo2s commented 8 years ago

Did you solved it?

TRTL4LIFE commented 7 years ago

I cannot get it too work either. I would love to enable the volume...