fix: resolve React allowTransparency prop warning on iframe

This commit is contained in:
AyrisAI
2026-05-16 01:00:59 +03:00
parent eff0946450
commit b6f579726f

View File

@@ -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
/>
</div>