# 전역 배너 주제에 이미지 사용 – 권장 크기는?

**URL:** <https://meta.discourse.org/t/using-an-image-for-a-global-banner-topic-dimensions/172176>\
**Category:** Support\
**Created:** [12월 3, 2020, 10:37오후 UTC](https://meta.discourse.org/t/using-an-image-for-a-global-banner-topic-dimensions/172176 "2020-12-03T22:37:24Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [12월 5, 2020, 3:54오전 UTC](https://meta.discourse.org/t/using-an-image-for-a-global-banner-topic-dimensions/172176/3 "2020-12-05T03:54:04Z")

</div>

그 테마 구성 요소가 좋은 방법이 될 수 있지만, 고정 배너를 실제로 사용하려면 스크롤바가 나타남 없이 1050px x 150px 크기의 이미지를 넣을 수 있습니다.

브라우저 창을 좁히면 이미지가 더 이상 들어맞지 않고 스크롤이 다시 나타날 수 있다는 점에 유의하세요. 테마에 사용자 정의 CSS를 추가하여 이미지를 다시 크기 조정하면 이를 방지할 수 있습니다… 하지만 모바일 기기 크기로 줄어든다면 이미지가 매우 작아지므로 완벽하지는 않습니다.

```scss
#banner img {
    width: 100%;
    height: auto;
}

```

---

_[View the full topic](https://meta.discourse.org/t/using-an-image-for-a-global-banner-topic-dimensions/172176)._
