1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

Added hiding of built in controls if set. Thanks to rabisuz

This commit is contained in:
Steve Heffernan 2010-06-08 18:45:11 -07:00
parent 0aa77ed019
commit 39ab12df70

View File

@ -38,6 +38,9 @@ var VideoJS = Class.extend({
this.buildPoster();
this.showPoster();
// Hide default controls
this.video.controls = false;
this.buildController();
this.showController();