From b6f579726f9343709292b4d4a5f8660d46474a32 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Sat, 16 May 2026 01:00:59 +0300 Subject: [PATCH] fix: resolve React allowTransparency prop warning on iframe --- components/WorkDetailClient.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WorkDetailClient.tsx b/components/WorkDetailClient.tsx index faae318..ffff507 100644 --- a/components/WorkDetailClient.tsx +++ b/components/WorkDetailClient.tsx @@ -122,7 +122,7 @@ export default function WorkDetailClient({ project, nextProject }: { project: an src={getInstaEmbedUrl(item)} className="w-full h-[700px] border-0" scrolling="no" - allowTransparency={true} + allowtransparency="true" allowFullScreen />