<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/0ffc90df9ac944e69644197bfb7e5ede&quot; frameborder=&quot;0&quot; width=&quot;1232&quot; height=&quot;924&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>924</height><width>1232</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>924</thumbnail_height><thumbnail_width>1232</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/0ffc90df9ac944e69644197bfb7e5ede-05fb278887421d46.gif</thumbnail_url><duration>361.2887</duration><title>Adding Videos to Your Website 🎥</title><description>Hey there! In this tutorial, I demonstrate how to add videos to your website, focusing on YouTube integration. I show the simplest method first, followed by a more advanced option for greater control.  And here is the code you&apos;ll want to use for Method 2, shown in the video:




.youtube-video, .vimeo-video {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 800px;
  margin: 1.5rem auto;
}
</description></oembed>