# 왜 내 '프로필 헤더' 이미지를 볼 수 없나요? 🤔

**URL:** https://meta.discourse.org/t/why-cant-we-see-own-profile-header-images/214284
**Category:** Support
**Created:** [1월 9, 2022, 6:49오전 UTC](https://meta.discourse.org/t/why-cant-we-see-own-profile-header-images/214284 "2022-01-09T06:49:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [1월 9, 2022, 6:49오전 UTC](https://meta.discourse.org/t/why-cant-we-see-own-profile-header-images/214284/1 "2022-01-09T06:49:48Z")

</div>

우리 커뮤니티 멤버들 \*(그리고 나)\*은 왜 자신의 프로필을 볼 때 “프로필 헤더” 이미지를 볼 수 없는지 궁금해하고 있습니다.

보통은 다른 사람들이 자신의 프로필 페이지를 어떻게 보는지 확인하고 싶어 하지만, 이미지를 업로드한 후에는 그 이미지를 볼 수 있는 방법이 없습니다.

이유가 있을 것 같은데, 그게 뭔지 떠오르지 않네요 😊

누군가 알려주실 수 있을까요? 그러면 그분들께 전달할 수 있을 텐데…

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [1월 9, 2022, 7:44오전 UTC](https://meta.discourse.org/t/why-cant-we-see-own-profile-header-images/214284/2 "2022-01-09T07:44:47Z")

</div>

프로필 배경을 포함하는 컨테이너는 자신의 프로필을 보고 있을 경우 기본적으로 접힌 상태입니다. 여기서 확장 버튼을 클릭하면

 ![user profile page expand button](https://global.discourse-cdn.com/meta/original/3X/1/3/13ca687b38cddba0566c267968d81479c348134e.png)

배경을 확인할 수 있습니다.

자신의 프로필을 보고 있을 때 기본적으로 접혀 있는 이유는, 이미지 자체보다는 이미지 아래에 있는 정보에 더 관심이 있기 때문이며, 특히 모바일 환경에서 그렇습니다.

이 동작을 변경하고 싶다면 테마의 `common > header` 탭에 다음과 같은 코드를 추가할 수 있습니다.

```xml
<script type="text/discourse-plugin" version="0.8">
  const discourseComputed = require("discourse-common/utils/decorators").default;

  api.modifyClass("controller:user", {
    @discourseComputed
    viewingSelf() {
      return false;
    }
  });
</script>

```

---

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [1월 9, 2022, 8:56오전 UTC](https://meta.discourse.org/t/why-cant-we-see-own-profile-header-images/214284/3 "2022-01-09T08:56:18Z")

</div>

> [@Johani](#):
>
> 자기 자신의 프로필을 보고 있을 때 배경은 기본적으로 접혀 있습니다. 여기서 확장 버튼을 클릭하면

솔직히 말해서 정말 민망하네요 🤦‍♂️

해결해 주셔서 감사합니다 @Johani 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2월 8, 2022, 8:56오전 UTC](https://meta.discourse.org/t/why-cant-we-see-own-profile-header-images/214284/4 "2022-02-08T08:56:29Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
