# 放大分类标志图片

**URL:** <https://meta.discourse.org/t/enlarged-category-logo-images/121197>\
**Category:** Support\
**Created:** [2019年六月24日 19:26 UTC](https://meta.discourse.org/t/enlarged-category-logo-images/121197 "2019-06-24T19:26:54Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![calebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/calebs/32/148838_2.png) [@calebs](https://meta.discourse.org/u/calebs)\
**Post date:** [2019年六月24日 19:26 UTC](https://meta.discourse.org/t/enlarged-category-logo-images/121197/1 "2019-06-24T19:26:54Z")

</div>

Hello. We’ve been trying to add some logo images to our categories, unfortunately they appear larger than our original files.

 ![testt](https://global.discourse-cdn.com/meta/original/3X/6/5/6551e1b7a00dd1b1c29f64d833331e245d333ae7.png)

We found some other discussions about this issue and the following css code:

```
.category-list .category-logo.aspect-image {
    max-width: 60px;
}

```

Here’s the result:

 ![SB](https://global.discourse-cdn.com/meta/original/3X/0/e/0e2dd2e8fecfe5c4030a62156eedcda91c5e3484.png)

It kinda fixed the issue, but once you go to that category, it’s appears big again.

 ![test](https://global.discourse-cdn.com/meta/original/3X/2/7/2773cee62270b7b65adbda47ab63d3983d748a7a.png)

Any ideas how to fix this?

---

<div class="post-metadata">

**Author:** ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)\
**Post date:** [2019年七月2日 11:48 UTC](https://meta.discourse.org/t/enlarged-category-logo-images/121197/3 "2019-07-02T11:48:57Z")

</div>

如果您仍然需要，这是分类页面上徽标的 CSS：

```scss
.category-heading .category-logo.aspect-image {
    max-width: 60px;
}

```

---

<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:** [2019年八月1日 11:49 UTC](https://meta.discourse.org/t/enlarged-category-logo-images/121197/4 "2019-08-01T11:49:14Z")

</div>

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