> ## 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-image-process

> Web component msm-image-process.

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

## Purpose

Render media content (images/video).

## Usage

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

## Attributes / properties

| Name             | Type   | Default | Notes |
| ---------------- | ------ | ------- | ----- |
| `margin-top`     | number | `0`     |       |
| `margin-bottom`  | number | `0`     |       |
| `arrow-position` | number | `-12`   |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="image1"]`
* `slot[name="upper-text1"]`
* `slot[name="lower-text1"]`
* `slot[name="image2"]`
* `slot[name="upper-text2"]`
* `slot[name="lower-text2"]`
* `slot[name="image3"]`
* `slot[name="upper-text3"]`
* `slot[name="lower-text3"]`
* `slot[name="image4"]`
* `slot[name="upper-text4"]`
* `slot[name="lower-text4"]`
* `slot[name="image5"]`
* `slot[name="upper-text5"]`
* `slot[name="lower-text5"]`

## Methods

No documented public methods.
