# EuiCardMediaComponent

**Type:** component



The eui-card-header-body component projects the body for eui-card-header.

```html
<eui-card>
    <eui-card-media imageUrl="./assets/images/cards/home-card-law.jpg" />
    <eui-card-content>
        Card Content
    </eui-card-content>
</eui-card>
```


**Selector:** `eui-card-media`

## Inputs
- **imageClickUrl**: `string` - Option to set an internal link Url (routerLink).
- **imageClickUrlExternal**: `string` - Option to set an external link Url (href).
- **imageDescription**: `string` - Option to specify an image description.
- **imageHeight**: `string` - Option to specify the image height.
- **imageLegend**: `string` - The image legend to display in the card.
- **imageUrl**: `string` - The image URL to display in the card.
