We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.0
Any Browser
When using the api.video/react-player, it would be great to be able to set the preload flag on the video, as per: https://api.video/what-is/preload/
api.video/react-player
preload
Without this feature, it would be financially prohibitive to continue the rollout of videos on our site using your service.
I think this would have to be passed through the iframe and most of the work would be on the page that has the <video> tag.
<video>
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
1.1.0
Environment that reproduces the issue
Any Browser
Use case description
When using the
api.video/react-player
, it would be great to be able to set thepreload
flag on the video, as per: https://api.video/what-is/preload/Without this feature, it would be financially prohibitive to continue the rollout of videos on our site using your service.
Proposed solution
I think this would have to be passed through the iframe and most of the work would be on the page that has the
<video>
tag.Alternative solutions
No response
The text was updated successfully, but these errors were encountered: