> ## 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.

# 8 × 10 Sports Team Composite

> Combine one prepared background and one prepared team asset into an 8 × 10 composite.

`sports-team-composite-8x10` revision `1` produces one 8 × 10 print per
quantity.

| Required role | Exact ratio | Example prepared pixels |
| ------------- | ----------- | ----------------------- |
| `background`  | `4:5`       | 2400 × 3000             |
| `team`        | `5:8`       | 2000 × 3200             |

```json theme={null}
{
  "product": { "id": "sports-team-composite-8x10", "revision": 1 },
  "quantity": 1,
  "assets": [
    { "role": "background", "url": "https://cdn.example.com/orders/field.jpg", "pixel_width": 2400, "pixel_height": 3000 },
    { "role": "team", "url": "https://cdn.example.com/orders/team-group.jpg", "pixel_width": 2000, "pixel_height": 3200 }
  ]
}
```

Prepare the team asset with its intended group framing. A conventional `5:7`
team photo is not interchangeable with this product’s `5:8` role.
