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.
1 parent 8bdc669 commit e2eee66Copy full SHA for e2eee66
resize.js
@@ -41,7 +41,7 @@ Resize.prototype.initialize = function () {
41
this.ratioWeightHeightPass = this.heightOriginal / this.targetHeight;
42
if (this.ratioWeightHeightPass < 1 && this.interpolationPass) {
43
this.initializeSecondPassBuffers(true);
44
- this.resizeHeight = resizeHeightInterpolated;
+ this.resizeHeight = this.resizeHeightInterpolated;
45
}
46
else {
47
this.initializeSecondPassBuffers(false);
0 commit comments