app/layout.tsx
✅ copied
Copy
import { YouTubeEmbed } from '@next/third-parties/google'
export default function RootLayout({
children,
}: {
children: React.ReactNode
}) {
return (
<html lang="en">
<body>{children}</body>
<YouTubeEmbed videoid="ogfYd705cRs" height={400} params="controls=0" />
</html>
)
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter