Videojs player for iPhone (inline playback with custom controls)

We adopted the famous Videojs to play jsv videos, the only thing we had to change was one class rule in the css file:

	.video-js .vjs-tech {
	  position: absolute!important;
	  top: 0;
	  left: 0;
	  width: 100%!important;
	  height: 100%!important;
	}
	

And you can play videos inline with custom controls using the interface provided by Videojs player (please note that Videojs player is not properly tested to be used on iPhone):

Read more about playing videos inline with autorstart on iPhone.

loading..

Please wait...