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

# msm-video-block

> Web component msm-video-block.

`msm-video-block` is a web component built with Lit.

## Purpose

Render media content (images/video).

## Usage

```html theme={null}
<msm-video-block></msm-video-block>
```

## Attributes / properties

| Name            | Type   | Default | Notes |
| --------------- | ------ | ------- | ----- |
| `video-link`    | string | -       |       |
| `margin-top`    | number | `0`     |       |
| `margin-bottom` | number | `0`     |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="image"]`

## Methods

No documented public methods.
