# 인트로 이미지 변경 시 용량이 1MB 초과하여 파일 첨부가 불가능한 경우

파워앱 인트로 이미지는 1MB 이하로 작업하셔야 등록 가능한데,\
인트로 이미지를 변경하는 경우 앱에서는 새로운 인트로 이미지를 불러들이다보니\
그 이미지의 용량만큼 데이터가 소모되고 인트로 로딩 속도도 느려지기 때문에\
인트로를 1M 이하의 이미지만 등록되도록 했어요.\
\
만약 인트로 이미지 용량을 1M 이상으로 작업한 경우\
[https://tinypng.com \[클릭!\]](https://tinypng.com/) tinypng라는 이미지 용량을 줄여주는 사이트가 있으니\
용량을 줄여서 사용해 주세요.

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

{% hint style="warning" %}
참고

해당 사이트는 메이크샵과 연관 없는 사이트이며 이미지 용량에 따라 줄어드는 용량이 달라져요.
{% endhint %}


---

# 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://help.makeshop.co.kr/faq/mobile/undefined-1/1mb.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.
