Replies: 1 comment 1 reply
-
Hey @Scippy depending on how you initialize the player, you can do the following: <!-- With the HTML tag -->
<video id="player" class="video-js vjs-show-big-play-button-on-pause" controls></video> <!-- With the video-js element -->
<video-js id="player" class="vjs-show-big-play-button-on-pause" controls></video-js> Code reference: video.js/src/css/components/_big-play.scss Lines 59 to 60 in a57b07a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need to show the play button above the video when is paused.
When I load the page I can see the play button, then when I click it rightly disappears, but I would like it to reappear when the video is clicked and paused.
how can I do?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions