...
|
...
|
@@ -71,7 +71,7 @@ class Images |
|
|
if (stripos($fileName, 'http://') !== 0) {
|
|
|
$fileName = self::template($fileName, $bucket, $mode);
|
|
|
}
|
|
|
return strtr($fileName, array('{width}' => $width, '{height}' => $height, '{mode}' => $mode, 'http://' => '//'));
|
|
|
return strtr($fileName, array('{width}' => $width, '{height}' => $height, '{mode}' => $mode, 'http://' => '//')) . '/q/70';
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|