李帅

1.后台可上传图文内容。

...@@ -688,6 +688,6 @@ class MakeVideo implements ShouldQueue ...@@ -688,6 +688,6 @@ class MakeVideo implements ShouldQueue
688 } 688 }
689 } 689 }
690 690
691 - return ceil($this->width * $width / 100 / $max_len); 691 + return ceil($this->width * $width / 10 / $max_len);
692 } 692 }
693 } 693 }
......