|
@@ -266,7 +266,7 @@ class Qiniu extends Core implements Config
|
|
|
if (strstr($source, 'thumbnail/')) {
|
|
|
$temp = explode('thumbnail/', $source);
|
|
|
if (isset($temp[1])) {
|
|
|
- $temp = explode('x', $temp[1]);
|
|
|
+ $temp = explode('x>', $temp[1]);
|
|
|
$width = $file['width'];
|
|
|
$file['width'] = $temp[0];
|
|
|
$radio = $file['width']/$width;
|