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

# Step 3 — Media Assets

> Upload images that will appear on the store page.

export const Image = ({src, alt}) => <img src={src} style={{
  borderRadius: 30,
  maxHeight: 500,
  objectFit: "cover",
  width: "100%",
  objectPosition: "top"
}} alt={alt} />;

Media assets are used to present your game visually in the store.

<Image src="images/3-ma_1.png" alt="Media Upload Interface" />

***

## Required Assets

Your game should include:

| Asset            | Purpose                |
| ---------------- | ---------------------- |
| Cover Vertical   | Main store thumbnail   |
| Cover Horizontal | Main store thumbnail   |
| Banner Image     | Banner for Game Detail |
| Screenshots      | Gameplay preview       |

***

## Recommended Guidelines

For the best store presentation:

• Use **good resolution images**\
• Show **actual gameplay**\
• Avoid text-heavy images

Recommended screenshot types:

* gameplay scene
* combat
* UI
* environment

***

<Tip>
  Games with strong visual media receive significantly more clicks in the store.
</Tip>

After uploading all assets, click:

**Save Draft**
