# 升级更改了分类图片尺寸

**URL:** <https://meta.discourse.org/t/upgrade-changed-category-image-sizes/103157>\
**Category:** Support\
**Created:** [2018年十一月30日 10:52 UTC](https://meta.discourse.org/t/upgrade-changed-category-image-sizes/103157 "2018-11-30T10:52:11Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)\
**Post date:** [2018年十一月30日 14:33 UTC](https://meta.discourse.org/t/upgrade-changed-category-image-sizes/103157/3 "2018-11-30T14:33:01Z")

</div>

It’s related to our recent change in category image’s maximum width. You could adjust it using below CSS. Currently it’s 25%

```css
@supports (--custom: property) {
  .category-logo.aspect-image {
    max-width: 100%;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/upgrade-changed-category-image-sizes/103157)._
