jwplayer6 - jwplayer - hide part of the movie with black div -
i have movie built in subtitles. want option hide captions created black div absolute position hide captions. problem i'm having when movie shown on full screen can't see black div. added z-index of 10000000 div , works covers jwplayer controls.
any idea how can achieve that?
<div id="movie_container" class="movie_container"> <div class="videoplayer" id="videoplayer"></div> <div id="hide_captions_box" class="hide_captions_box"> </div> </div>
Comments
Post a Comment