Skip to content
FLAVIO COPES
flaviocopes.com
2026

Next.js embed youtube video

~~~

Just add an iframe, done

<iframe
  className='w-full aspect-video self-stretch md:min-h-96'
  src='https://www.youtube.com/embed/<video_id>'
  title='My cool video'
  aria-hidden='true'
/>
~~~

Related posts about next: