-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
How do I add custom options #2830
Comments
I tried it doing here ```html <title>Custom 1 Video Player</title> <style> body { margin: 0; overflow: hidden; } .plyr { width: 100vw; height: 100vh; } </style> <script src="https://cdn.jsdelivr.net/npm/plyr@3"></script> <script>
|
but it doesen't work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I'm trying to add new options in plyr's settings menu , the place were we find speed and caption
does plyr support this if so how do I do this
The text was updated successfully, but these errors were encountered: