diff --git a/src/Video/index.tsx b/src/Video/index.tsx index a4f5d62..f85075a 100644 --- a/src/Video/index.tsx +++ b/src/Video/index.tsx @@ -152,7 +152,7 @@ const Video: VideoCompressorType = { } else { modifiedOptions.maxSize = 640; } - if (options?.minimumFileSizeForCompress) { + if (options?.minimumFileSizeForCompress !== undefined) { modifiedOptions.minimumFileSizeForCompress = options?.minimumFileSizeForCompress; }