demjhonsilver / embedia-vue

Embedia Vue is an embed package for Vue which can embed from platforms like Facebook, Instagram, TikTok, YouTube/Shorts, Twitter/X, Vimeo and Dailymotion.
https://demjhonsilver.github.io/embedia-vue-docs
MIT License
2 stars 0 forks source link

vimeo autoplay #3

Open JasonPhat opened 1 week ago

JasonPhat commented 1 week ago

vimeo autoplay doesn't seem to function, despite setting the config as follows:

<EmbediaVue clip="https://vimeo.com/297124334" :autoplay="true" :fullscreen="false" :controls="true" />

the same appears to be true for facebook videos. Youtube works correctly

demjhonsilver commented 1 week ago

vimeo autoplay doesn't seem to function, despite setting the config as follows:

<EmbediaVue clip="https://vimeo.com/297124334" :autoplay="true" :fullscreen="false" :controls="true" />

the same appears to be true for facebook videos. Youtube works correctly

Thanks for bringing this up! I’ve fixed the autoplay issue for the Vimeo embed, and it works perfectly on Vimeo. However, I'm still looking into the autoplay issue on Facebook, as it seems there are limitations there. Hopefully, this can be improved over time.