> ## Documentation Index
> Fetch the complete documentation index at: https://docs.batchrelay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vertical 8 × 10 Memory Mate

> Prepare the four image roles and optional text for one 8 × 10 Memory Mate.

`memory-mate-8x10-vertical` revision `1` produces one 8 × 10 inch Memory Mate
per quantity. The semantic roles match the horizontal layout, but their exact
prepared geometry changes.

| Required role | Exact ratio | Example prepared pixels |
| ------------- | ----------- | ----------------------- |
| `background`  | `4:5`       | 1600 × 2000             |
| `individual`  | `7:5`       | 2100 × 1500             |
| `team`        | `5:7`       | 1500 × 2100             |
| `logo`        | `1:1`       | 1200 × 1200             |

```json theme={null}
{
  "product": { "id": "memory-mate-8x10-vertical", "revision": 1 },
  "quantity": 1,
  "assets": [
    { "role": "background", "url": "https://cdn.example.com/orders/bg-vertical.jpg", "pixel_width": 1600, "pixel_height": 2000 },
    { "role": "individual", "url": "https://cdn.example.com/orders/athlete-landscape.jpg", "pixel_width": 2100, "pixel_height": 1500 },
    { "role": "team", "url": "https://cdn.example.com/orders/team-portrait.jpg", "pixel_width": 1500, "pixel_height": 2100 },
    { "role": "logo", "url": "https://cdn.example.com/orders/logo.png", "pixel_width": 1200, "pixel_height": 1200 }
  ],
  "texts": [{ "slot": "text-1", "value": "2026 Champions" }]
}
```

Every listed role is required exactly once. A horizontal-layout asset cannot be
reused here when its ratio differs, even when it depicts the same subject.
Every required image role is `rotation_policy: "fixed"`: a reciprocal ratio is
rejected and WHCC does not enable provider rotation.
