You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autoplay is a double edged sword. The flag doesn't work on mobile (because the web platform long ago agreed that was a bad idea) and setting autoplay=1 usually just results in desktop working which confuses integrators of the component who want the behavior on both platforms. On the other edge of the sword, the component uses that flag to create some of the injector behavior so you end up with a fast and smooth experience when clicking play.
I'll make a revision to the documentation that points this out in the interim, as I'll have to give this some thought in terms of something more turn key.
I tried to add params="autoplay=1" to allow auto play (also autoload to start to play once it is on screen)
however, it does not work. It's because the plugin automatically includes autoplay=0 on all urls.
solution
either:
1* not include autoplay=0 on video url
2* flag this behaviour
The text was updated successfully, but these errors were encountered: