-
Notifications
You must be signed in to change notification settings - Fork 58
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
Autoplay with oembed #553
Comments
Modern browsers no longer allow video autoplay with sound – there is nothing we can do about that. Sorry. |
@saerdnaer that's not true or not in all cases. I have a working website with up2date firefox and chromium working. Tested in private/incognito windows. Maybe something is different after it isn't started onload. I use the attribute autoplay true with no source set. onclick the source is set. You are in matrix or IRC? I would like to show you an example. |
Sure you find me [email protected] – but feel free to post code examples here in this thread or open an PR with the necessary changes. |
I want to embed a video privacy-friendly in a website without loading until somebody presses play. At that moment the iframe source will be set and autoplay will start the video.
The text was updated successfully, but these errors were encountered: