Video not working

Hey I have this code:

<div id="about-us">
  <iframe> 
    <src="https://www.youtube.com/embed/watch?v=QH2-TGUlwu4">
  </iframe>
</div>

But I can’t make the video work. Help me pleaseeee

Im assuming were trying to embed the video…
Looks like you just needed to copy the embedded code instead of just url. Learned this the hard way myself! Click SHARE under right corner of YouTube video and Click Embed icon. Have a look at the code there!!! Hope this helps! :vulcan_salute:

Thank you so much!!!