From 0c1ffc79599b67aef0bae3c49b24359d3dd986b4 Mon Sep 17 00:00:00 2001 From: Marri Sai Soorya <96968484+M-SAI-SOORYA@users.noreply.github.com> Date: Sun, 2 Apr 2023 20:23:24 +0530 Subject: [PATCH] Update index.tsx --- src/client/lazy-app/Compress/Output/index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + + ) : ( + '...' + )} +