> ## 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-blog-article-image

> Web component msm-blog-article-image.

`msm-blog-article-image` is a web component built with Lit.

## Purpose

Render media content (images/video).

## Usage

```html theme={null}
<msm-blog-article-image></msm-blog-article-image>
```

## Attributes / properties

| Name            | Type    | Default | Notes |
| --------------- | ------- | ------- | ----- |
| `margin-top`    | number  | `0`     |       |
| `margin-bottom` | number  | `0`     |       |
| `is-reverse`    | boolean | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="image"]`
* `slot[name="content"]`

## Methods

No documented public methods.
