---
title: "How to embed a Loom video"
slug: "how-to-embed-loom-video"
description: "Enhance your documentation site with engaging video content! Our step-by-step guide lets you easily embed Loom videos into your page. Start today!"
tags: ["Embedding", "Videos"]
updated: 2025-12-29T06:24:24Z
published: 2026-01-31T09:30:11Z
---

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

# How to embed a Loom video

You can embed any Loom video in your page or article using the following quick workaround.

### Loom video embedding

1. Go to **Loom** and access your desired video.
2. Click **Share** > **Embed**.
3. Select the **Fixed size** checkbox and choose the desired video size.
4. Click **Copy** embed code, and the video's embed code is copied.
5. Navigate to the Document360 editor.
6. **Paste** the copied embed code.

<nor class="fa-regular fa-circle-exclamation"></nor> NOTE

This step can vary with the editors.

- **Markdown editor**: Paste the code in the editor.
- **WYSIWYG editor**: Click **Insert video** > **Embedded code**. Paste the code and click Insert.
- **Advanced WYSIWYG editor**: Click **Insert** > **Video** > **Embed code**. Paste the code and click **Add embed**.

1. The Loom video is now embedded in your article.

### Sample video embed code

```
<div style="position: relative; padding-bottom: 41.66666666666667%; height: 0;"><iframe src="https://www.loom.com/embed/982aa03ae70544ddaf5e390722edf9d2" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
```

[Embedded content](https://www.loom.com/embed/982aa03ae70544ddaf5e390722edf9d2)

## Related

- [How to embed YouTube Shorts](/embed-youtube-shorts.md)
