I am using Video.js to play videos in my web page. I want to customize player controls to only play button.
Video.js
my code is
This also removes all the control bar but not the big play button
.vjs-default-skin.vjs-has-started .vjs-control-bar { visibility: hidden; }