Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment