We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85967c9 + a845594 commit 730d148Copy full SHA for 730d148
qiniu/fop.js
@@ -18,7 +18,7 @@ function ImageView(mode, width, height, quality, format) {
18
}
19
20
ImageView.prototype.makeRequest = function(url) {
21
- url += '?imageView/' + this.mode;
+ url += '?imageView2/' + this.mode;
22
23
if (this.width > 0) {
24
url += '/w/' + this.width;
0 commit comments