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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
We have most options which you can pass as query strings in a vimeo iframe URL but no the background=1 option. This would be a great addition, particularly for this reason: https://stackoverflow.com/a/57084804/1134053 if you have multiple background videos on a page, only 1 will autoplay if it is not set to background=1.
Thanks for a great vimeo-video-element!
The text was updated successfully, but these errors were encountered:
thanks for the feedback, I opted to make autopause=false by default. it's more how a native video element behaves and fixes your use case. if you like to enabled the automatic pausing again just add a autopause attribute to the element.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have most options which you can pass as query strings in a vimeo iframe URL but no the
background=1
option. This would be a great addition, particularly for this reason: https://stackoverflow.com/a/57084804/1134053 if you have multiple background videos on a page, only 1 will autoplay if it is not set to background=1.Thanks for a great vimeo-video-element!
The text was updated successfully, but these errors were encountered: