Showing
1 changed file
with
1 additions
and
1 deletions
@@ -77,7 +77,7 @@ class Images | @@ -77,7 +77,7 @@ class Images | ||
77 | if (stripos($fileName, 'http://') !== 0) { | 77 | if (stripos($fileName, 'http://') !== 0) { |
78 | $fileName = self::template($fileName, $bucket, $mode); | 78 | $fileName = self::template($fileName, $bucket, $mode); |
79 | } | 79 | } |
80 | - return Helpers::getUrlSafe(strtr($fileName, array('{width}' => $width, '{height}' => $height, '{mode}' => $mode))); | 80 | + return Helpers::getUrlSafe(strtr($fileName, array('{width}' => $width, '{height}' => $height, '{mode}' => $mode)) . '/q/70'); |
81 | } | 81 | } |
82 | 82 | ||
83 | /** | 83 | /** |
-
Please register or login to post a comment