All Collections
Content Items
How to Embed YouTube Videos
How to Embed YouTube Videos

To embed a YouTube video, copy the embed code and paste it in the video content block.

Olga avatar
Written by Olga
Updated over a week ago

The easiest way is to copy a video link and paste it via the Media content block. Click on the Change video button and paste the YouTube video link. The video will be scaled automatically to fit the placeholder.

If you want to have more control over the video (e.g., adjust the iframe height and width, start at a certain point, or enable the autoplay), you can embed it via the HTML content block

To do so, open a YouTube video, click on Share > Embed, and copy the embed code.

Then, paste the embed code into the HTML block and adjust the attributes.

Tip:

To enable the autoplay, add the following attribute ?autoplay=1 to the video embed code, as you can see in this example: 

<iframe width="100%" height="500" src="https://www.youtube.com/embed/t_BBStwl1Nc?autoplay=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Did this answer your question?