How to embed videos

Step 1: Find the video you want to embed

For this example I will be using "A dart hit his head" by Squiggly, but you can use any YouTube video.

Step 2: Copy the URL

Simply move your cursor to the search bar and drag it over the part you want to copy. Don't forget to omit the last part of the URL (the part about the channel).

Step 3: Choose your video's dimensions

You have already found your video's link, now its time to choose the dimensions. Though Most videos have a 4:3 aspect ratio, not all do. The one I chose, for example, has a 2:1 aspect ratio.

Step 3: Use an <iframe> tag

When you are done, your code should look something like this:

<iframe width="[width]px" height="[height]px" src="[link]"></iframe>

Just remember to remove the things in curly braces and replace them with your own numbers/link