Remove Big play button and show the bottom play menu -


is there possibility remove middle play button @ start (yes know remove css class) , instead show bottom play bar?

basically achieve show video (with poster image) , play-menu showing when enter page video.

thanks in advance!

update:

i did andrew said , it's working. bar there unfortunately there's empty space above play control bar. when press play poster image changes movie , empty space filled video, when it's showing poster doesn't fill way. why this?

here's image explaining issue: enter image description here

why not both in css? add following lines @ bottom of css.

turn off big play button:

.vjs-default-skin.vjs-paused .vjs-big-play-button  { display: none; } 

and turn on menu:

.vjs-default-skin.vjs-paused .vjs-control-bar { display: block; } 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -