# Vue Image Component API

> Explore the API reference for the Vue Image component and discover how to effectively utilize its props for customization.

## CImage

```jsx
import { CImage } from '@coreui/vue-pro'
```

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `align` | `string` | - | Set the horizontal aligment. |
| `fluid` | `boolean` | - | Make image responsive. |
| `rounded` | `boolean` | - | Make image rounded. |
| `thumbnail` | `boolean` | - | Give an image a rounded 1px border appearance. |
