---
title: Image Right
description: Content on left with image on right
---

# Image Right Layout

Display content on the left with an image 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 | `false` | Show/hide logo |
| `textAlignment` | string | `'center'` | Content vertical alignment |

## Basic Example

```markdown
---
layout: image-right
imageSrc: /code-example.png
imageRatio: 45%
---

# Code Explanation

This example demonstrates:

- Dependency injection
- Error handling
- Async/await pattern
```
