Commit 83067357 by halweg

修改图片压缩尺寸

parent d4f30e5c
...@@ -398,7 +398,7 @@ class InstagramFeedPull extends Command ...@@ -398,7 +398,7 @@ class InstagramFeedPull extends Command
return false; return false;
} }
public function resize($image, $width = 400, $height = 400) public function resize($image, $width = 600, $height = 600)
{ {
$absolutePath = $image; $absolutePath = $image;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment