
I have searched everywhere and cannot find the setting or hack.
Code: Select all
/usr/share/zoneminder/www/skins/classic/js/video-js.css
Code: Select all
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
text-align: center;
position: absolute;
bottom: 4em;
/* Leave padding on left and right */
left: 1em;
right: 1em;
}
Code: Select all
display: none;
Code: Select all
* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
text-align: center;
position: absolute;
bottom: 4em;
/* Leave padding on left and right */
left: 1em;
right: 1em;
display: none;
}