# 22. 사진이 화면에 안 나와요.

사진 블록이 화면에 보이지 않을 때는 '너비'와 '높이' 값을 확인해 보세요.

이 값들이 없다면 사진의 크기를 계산할 수 없어서 나오지 않는 거예요.

'너비'값을 '가득 차게' 또는 숫자 값으로 설정한 후 비율로 조절하는 것을 추천해요.

24.07.24 Jihwan


---

# Agent Instructions: 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:

```
GET https://docs.ohmyapp.io/main/guide/faq/app-settings/22.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
