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