How can I make the vjs-big-play-button appear when the video is paused?

user3901281 picture user3901281 · Aug 2, 2014 · Viewed 10.6k times · Source

I am presently tinkering with video.js, an open source HTML5 video player. There is this big-play-button (button name) which is shown before the video is started. Upon clicking the button "play", it disappears until the page is refreshed and the video has reloaded.

Example

I would like to modify the code so that the button re-appears when the video is paused.

Answer

Pete picture Pete · Jul 27, 2017

FWIW, in January 2017, someone made a change that displays the big-play-button on pause just by adding this class: vjs-show-big-play-button-on-pause