VideoJS - CSS, . , HTML5.
VideoJS .
$("video").VideoJS({
controlsbelow: false,
showControlAtStart: false
});
, .
, .
.fullscreen {
width:1280px;
height:800px;
z-index:10001;
top:0;
left:0;
position:fixed;
}
, , .
(display: none)
$("video").bind("ended", function () {
$("#videoContainer").removeClass("fullscreen").addClass("hidden");
});
.
.