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:
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
Post a Comment