Showing
3 changed files
with
3 additions
and
3 deletions
@@ -61,7 +61,7 @@ module.exports = function(imageUrl, opts) { | @@ -61,7 +61,7 @@ module.exports = function(imageUrl, opts) { | ||
61 | } else { | 61 | } else { |
62 | query = 'imageView2/2/interlace/1/q/' + (params.q || 75); | 62 | query = 'imageView2/2/interlace/1/q/' + (params.q || 75); |
63 | } | 63 | } |
64 | - return uri + '?' + query + '&imageslim'; | 64 | + return uri + '?' + query; |
65 | } else { | 65 | } else { |
66 | return imageUrl; | 66 | return imageUrl; |
67 | } | 67 | } |
@@ -66,7 +66,7 @@ module.exports = { | @@ -66,7 +66,7 @@ module.exports = { | ||
66 | } else { | 66 | } else { |
67 | query = 'imageView2/2/interlace/1/q/' + (params.q || 75); | 67 | query = 'imageView2/2/interlace/1/q/' + (params.q || 75); |
68 | } | 68 | } |
69 | - return uri + '?' + query + '&imageslim'; | 69 | + return uri + '?' + query; |
70 | } else { | 70 | } else { |
71 | return ''; | 71 | return ''; |
72 | } | 72 | } |
-
Please register or login to post a comment