|
@@ -14,7 +14,7 @@ $(".player").each(function()
|
|
var url = self.attr('data-url');
|
|
var url = self.attr('data-url');
|
|
var player = videojs(id, { fluid: true }, function()
|
|
var player = videojs(id, { fluid: true }, function()
|
|
{
|
|
{
|
|
- this.play();
|
|
|
|
|
|
+ //this.play();
|
|
|
|
|
|
this.on('loadeddata', function() {
|
|
this.on('loadeddata', function() {
|
|
var height = $('.video-js video').height();
|
|
var height = $('.video-js video').height();
|