> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dc.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# Youtube Content

> Embed Youtube videos via URL without uploading the video itself.

The content type **Youtube Content** embeds a Youtube video directly via its URL. Unlike [Videos](/docs/en/dynamic-content/user-guide/inhaltsarten/videos), you do not need to upload your own video file.

## Selecting the content type

In the editor of a page, shopping world, or building block, click **+ New**, then in the **Content** tab click **Youtube Content**. The **"New Youtube Content"** dialog opens.

## Fields

### General

| Field                     | Meaning                                                                  |
| ------------------------- | ------------------------------------------------------------------------ |
| **Description**           | Internal name of the content (max. 255 characters)                       |
| **Youtube URL**           | Full URL of the Youtube video (e.g. `https://www.youtube.com/watch?v=…`) |
| **Show in all languages** | Makes the content available across languages                             |

### Settings

| Field                   | Meaning                                                                |
| ----------------------- | ---------------------------------------------------------------------- |
| **Element width (px)**  | Fixed width of the player in pixels. `0` = full container width (100%) |
| **Element height (px)** | Fixed height of the player in pixels. `0` = automatic aspect ratio     |

### Publication

| Field           | Meaning                                                                |
| --------------- | ---------------------------------------------------------------------- |
| **Layout area** | Area of the page layout in which the player appears (default: Content) |
| **Active**      | Makes the content visible                                              |

## Tips

<Tip>
  You can use any Youtube URLs, both long URLs (`youtube.com/watch?v=…`) and short URLs (`youtu.be/…`).
</Tip>

<Tip>
  Leave **Element width** and **Element height** set to `0` so that the player automatically adapts to the layout container and retains the correct aspect ratio.
</Tip>

## Related topics

<CardGroup cols={2}>
  <Card title="Videos" icon="video" href="/docs/en/dynamic-content/user-guide/inhaltsarten/videos">
    Upload your own videos instead of embedding Youtube.
  </Card>

  <Card title="External Content" icon="code" href="/docs/en/dynamic-content/user-guide/inhaltsarten/externe-inhalte">
    Embed other external content (HTML, iFrame).
  </Card>

  <Card title="Content Types" icon="shapes" href="/docs/en/dynamic-content/user-guide/inhaltsarten">
    All available content types.
  </Card>
</CardGroup>
