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
Is there a way to prevent the play button changing to a replay button after the video completes? #4802
Comments
listen for finish/complete event and remove the related css class (vjs-end or something)? |
Maybe this is something that should be configurable? We had a lot of requests to add this in 5 and we liked this direction as well so we made this change but if not everyone likes it, maybe it should just be configurable. Thoughts @videojs/core-committers? |
I think that would be handy, I had to do it with this line of code in the ended event: an option would be much cleaner |
An option seems reasonable |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I can take this up. if its still available |
Yeah I think this is something we would still like an option for, if you want to take it on @arshadkazmi42 , go for it! 👍 |
Is there an option to prevent replay on completion? The click on the video to replay functionality I can fix just by overlaying a div I guess but the control bar play button switching to a replay button is a little trickier
The text was updated successfully, but these errors were encountered: