> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/others/image-px.md).

# 各種画像サイズ

### カバー画像 <a href="#cover" id="cover"></a>

キービジュアル・サブ画像のことです。横16:縦9に必ず合わせてください。

ピクセル例→1280px：720px ・ 1920px：1080px

<figure><img src="/files/J9e9UdDVioByAywGg4Fc" alt="" width="375"><figcaption></figcaption></figure>

### キャラクター画像 <a href="#character" id="character"></a>

正方形です。縦長・横長の画像をアップロードすると、左右または上下に白い空白ができます。

ピクセル例→500px：500px（数が揃っていれば何でも可）

<figure><img src="/files/iBAgDomGhf4h4B9Q8lYw" alt="" width="334"><figcaption></figcaption></figure>

### 手がかり画像 <a href="#clue" id="clue"></a>

一覧では正方形（左右が自動トリミング）、詳細では横16：縦9です。\
横16：縦9に合わせつつ、文字や画像のような重要な情報を中央に配置するとよいでしょう。

ピクセル例→1280px：720px ・ 1920px：1080px

<figure><img src="/files/MLiv3MSJ3U9UDovucWpy" alt="" width="563"><figcaption></figcaption></figure>

### 背景画像 <a href="#background" id="background"></a>

プレイヤーが使用する端末のサイズによって変わるため固定の値はありません。横9：縦16、横3：縦4のような縦長の画像にしておくとよいでしょう。

プレイ画面では、画像の縦幅＝画面の縦幅になるよう自動で調整されます。

### 動画 <a href="#movie" id="movie"></a>

プレイヤーが使用する端末のサイズに合わせて、上下左右に自動で黒背景が適用されるため、固定の値はありません。

### 作家プロフィールのヘッダー <a href="#header" id="header"></a>

プレイヤーが使用する端末のサイズによって変わるため固定の値はありません。横16：縦9、横2：縦1のような横長の画像にしておくとよいでしょう。

<figure><img src="/files/D9M3l6pjFo3kffgYYGay" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.studio.uzu-app.com/others/image-px.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
