Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable autoplay by default #33

Open
alistair3149 opened this issue Oct 16, 2022 · 0 comments
Open

Enable autoplay by default #33

alistair3149 opened this issue Oct 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@alistair3149
Copy link
Collaborator

When the user interact with the load content button, it is likely that they are intended to play the video.
By making autoplay the default option, user can avoid needing to manually click the play button after the embed is loaded, making the interaction more seamless. It is especially helpful with #30 since it will likely introduce more interaction.

Suggestions:

  • Make autoplay behavior consistent across services (e.g. Twitch autoplays by default currently)
  • Add global configuration to change the autoplay default
  • Add local override to the default in the parser tag
@alistair3149 alistair3149 added the enhancement New feature or request label Oct 16, 2022
octfx added a commit that referenced this issue Oct 30, 2022
In reference to: #33
Saves the user another click.

Currently works for:
- YouTube
- Archive.org
- Vimeo
- any service honoring autoplay=1

Note: Some browsers deliberately block autoplaying, so this may not always work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant