VideoJS centered play button
You can try to play at videojs.com or as @misterben said above: Simply add the vjs-big-play-centered class to the video element. <video id=”my_video” class=”video-js vjs-default-skin vjs-big-play-centered” width=”640″ height=”360″…></video> Playground: https://codepen.io/heff/pen/EarCt For SCSS version you may use $center-big-play-button: true;