patched bug/issue #24
This commit is contained in:
parent
0c41f53e62
commit
8b4f3c3754
@ -163,7 +163,8 @@
|
||||
return $this->image->destroy();
|
||||
}
|
||||
public function resize() {
|
||||
$this->image = $this->original;
|
||||
$this->image = $this->original->clone();
|
||||
|
||||
$this->image->scaleImage($this->width, $this->height, false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user