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 was archived by the owner on Dec 28, 2022. It is now read-only.
Well, the problem that I am facing is being able to choose the plyrOptions on an audio plyr. So, technically, I can see volume and mute currently, as expected, but I would like to be able to control the options. I would like to be able to display the loop (repeat) option as shown in this codepen https://codepen.io/markhillard/pen/Hjcwu.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried adding volume and mute buttons to my html 5 video but can't seem to get them to show. Do you have an example of adding them?
I'm doing this in ngOnInit
this.options = {
controls: ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'pip', 'airplay', 'fullscreen']
};
And then in my html:
The text was updated successfully, but these errors were encountered: