Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -349,7 +349,7 @@ class UserMakeImages implements ShouldQueue | ... | @@ -349,7 +349,7 @@ class UserMakeImages implements ShouldQueue |
| 349 | } | 349 | } |
| 350 | } | 350 | } |
| 351 | 351 | ||
| 352 | - return ceil($this->width * $width / 100 / $max_len); | 352 | + return ceil($this->width * $width / 10 / $max_len); |
| 353 | } | 353 | } |
| 354 | 354 | ||
| 355 | /** | 355 | /** | ... | ... |
| ... | @@ -683,6 +683,6 @@ class UserMakeVideo implements ShouldQueue | ... | @@ -683,6 +683,6 @@ class UserMakeVideo implements ShouldQueue |
| 683 | } | 683 | } |
| 684 | } | 684 | } |
| 685 | 685 | ||
| 686 | - return ceil($this->width * $width / 100 / $max_len); | 686 | + return ceil($this->width * $width / 10 / $max_len); |
| 687 | } | 687 | } |
| 688 | } | 688 | } | ... | ... |
-
Please register or login to post a comment