Hello Again , looks like i will be here for too long time :D I need to hide the big play button which load at the beginig of the player i used the following code
.vjs-afterglow-skin .vjs-big-play-button {
display: none !important;
}
but it is not working any idea ?
thanks Again !