From 60035ef79b85cc7a3651b82af828898d7179bd7c Mon Sep 17 00:00:00 2001 From: brian <90752841+wokbjso@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:03:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EA=B9=A8=EC=A7=90=20=ED=95=B4=EA=B2=B0=20=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/record/components/organisms/photo-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/record/components/organisms/photo-section.tsx b/features/record/components/organisms/photo-section.tsx index 0b543d7b..5ea67de6 100644 --- a/features/record/components/organisms/photo-section.tsx +++ b/features/record/components/organisms/photo-section.tsx @@ -37,7 +37,7 @@ export function PhotoSection({ try { if (e.target.files) { const targetFile = e.target.files[0]; - const resizedImage = await resizeFile(targetFile, 600, 600, 100); + const resizedImage = await resizeFile(targetFile, 800, 1000, 100); setFormSubInfo((prev) => ({ ...prev, imageFiles: [...prev.imageFiles, resizedImage],