Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Do not use 800px width by default
Browse files Browse the repository at this point in the history
  • Loading branch information
joselfonseca committed May 14, 2018
1 parent 19aff63 commit 90e3a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/ImageManagerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function thumb($id)
}
}

public function full($id, $width = 800, $height = null, $canvas = false)
public function full($id, $width = null, $height = null, $canvas = false)
{
try {
$image = $this->model->findOrFail($id);
Expand Down

0 comments on commit 90e3a96

Please sign in to comment.