Wednesday 15 July 2015

video.js - videojs - Can someone please provide me with instructions to remove the full screen button -


video.js - Hello, a newbie here, and I'm hoping someone can tell me what code Need the video-js.css file so that the full screen button does not appear?

I tried to find some online codes, but the button still appears in all browsers.

Fingers crossed!

For CSS blocks marked in your CSS look:

.vjs-fullscreen-control {...}

or

.vjs-default-skin .vjs-fullscreen-control {...}

Display inside that block: None;

No comments:

Post a Comment