---
title: Image Left
description: Image on left with content on right
---

# Image Left Layout

Display an image on the left side with content on the right.

## Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `imageSrc` | string | - | Image URL or path |
| `imageRatio` | string | `'50%'` | Image width percentage |
| `imageScale` | string | `'100%'` | Image size within container |
| `imageAlign` | string | `'center'` | Image alignment |
| `logo` | boolean | `true` | Show/hide logo |
| `textAlignment` | string | `'center'` | Content vertical alignment |

## Basic Example

```markdown
---
layout: image-left
imageSrc: /screenshot.png
imageRatio: 40%
---

# Feature Overview

The image shows our new dashboard with:

- Real-time metrics
- Custom alerts
- Team collaboration
```
