lucaspulliese / vue-cool-lightbox

Vue.js lightbox inspired by fancybox.
https://vue-cool-lightbox.lucaspulliese.com
341 stars 54 forks source link

Autoplay Videos (youtube or vimeo) sound starts off #72

Open tevfiksirin opened 3 years ago

tevfiksirin commented 3 years ago

Thanks for everything Autoplay works fine, But it starts with sound off, is there anything that can be done about that? Am I skipping something?

martin91s commented 3 years ago

@tevfiksirin Did you ever find a solution for this? I'm having the same issue.

tevfiksirin commented 3 years ago

Unfortunately I haven't found yet

durchanek commented 3 years ago

This is quite ridiculous, autoplay videos explicitly start muted:

url.searchParams.append(muted, 1);
salv0 commented 1 year ago

Any chance we can fix this behavior? Maybe an extra prop?