diff --git a/src/ext/lib/video-transform/Scaler.js b/src/ext/lib/video-transform/Scaler.js index 10e3121..eb621aa 100644 --- a/src/ext/lib/video-transform/Scaler.js +++ b/src/ext/lib/video-transform/Scaler.js @@ -117,7 +117,7 @@ class Scaler { } if (ar.type === AspectRatio.Reset){ - return {xFactor: arCorrectionFactor, yFactor: arCorrectionFactor} + return {xFactor: arCorrectionFactor, yFactor: arCorrectionFactor, arCorrectionFactor: arCorrectionFactor} } // handle fuckie-wuckies @@ -151,13 +151,28 @@ class Scaler { yFactor: 1, actualWidth: 0, // width of the video (excluding pillarbox) when