diff --git a/src/client/lazy-app/Compress/Output/index.tsx b/src/client/lazy-app/Compress/Output/index.tsx index 511ecfeae..f6be4f995 100644 --- a/src/client/lazy-app/Compress/Output/index.tsx +++ b/src/client/lazy-app/Compress/Output/index.tsx @@ -332,6 +332,16 @@ export default class Output extends Component {
+
+ {originalImage ? ( + + {Math.round(scale * originalImage.width)}px + {Math.round(scale * originalImage.height)}px + + ) : ( + '...' + )} +