rabin 8 년 전
부모
커밋
65d88b6537
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      front/templates/pc/device/inc/load.html

+ 1 - 1
front/templates/pc/device/inc/load.html

@@ -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();