You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using version 4.12.7 (downloaded from web site on 5/July/2015) the poster gain the class
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
display: none;
}
The suggested method to show again the poster (as #972)
Is calling vid.posterImage.show();
Who use this.removeClass('vjs-hidden');
Sorry for the delay, but the JSBin works for me. The poster shows again when the ended event fires. Closing this, but feel free to comment if you have any questions.
Using version 4.12.7 (downloaded from web site on 5/July/2015) the poster gain the class
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
display: none;
}
The suggested method to show again the poster (as #972)
Is calling vid.posterImage.show();
Who use this.removeClass('vjs-hidden');
I'm using the same code as http://jsbin.com/pefanijuke/edit?html,output
IF I replace the downloaded file with
<script src="//advplace.ng/js/video.dev.js"></script>Is working again...
(the cdn version is reported as v4.3.0)
The text was updated successfully, but these errors were encountered: