Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -368,7 +368,7 @@ class MakeImages implements ShouldQueue | ... | @@ -368,7 +368,7 @@ class MakeImages implements ShouldQueue |
| 368 | } | 368 | } |
| 369 | } | 369 | } |
| 370 | 370 | ||
| 371 | - return ceil($this->width * $width / 100 / $max_len); | 371 | + return ceil($this->width * $width / 10 / $max_len); |
| 372 | } | 372 | } |
| 373 | 373 | ||
| 374 | /** | 374 | /** | ... | ... |
-
Please register or login to post a comment