Forum Discussion
JoseAGomes
9 months agoCommunity Member
Player controls
Hello... I have an interactive video and I want the controls from the player to show. Play/pause, captions, volume and seek bar. What I don't want is restart/replay button because it will mess up ...
LNoelJefferson
8 months agoCommunity Member
Hello,
I have used the following Javascript to remove the replay and play/pause. I found this a while ago in some of the community feedback.
document.getElementById('play-pause') .style.display = "none";
document.getElementById("reset").style.display = "none";
LNoelJefferson
8 months agoCommunity Member
remove the space after ". . . -pause').style.display. . .""
Related Content
- 9 months ago
- 7 months ago