# Category icons are suddenly HUGE (broken?)

**URL:** https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679
**Category:** Support
**Created:** [February 8, 2019, 1:51pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679 "2019-02-08T13:51:11Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Lafitte\_Bomee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lafitte_bomee/32/113958_2.png) [@Lafitte\_Bomee](https://meta.discourse.org/u/Lafitte_Bomee)
#### Post date: [February 8, 2019, 1:51pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679/1 "2019-02-08T13:51:11Z")

</div>

Hi,

starting from a few hours ago, the category Icons in the front page of our user community forum appear HUGE therefore pixilated and It doesn’t seem re-uploading the icons do anything to change it.  
We didn’t change any settings so it’s all very surprising to us.

Can anyone help us fix this issue?

Thanks

 ![24](https://global.discourse-cdn.com/meta/original/3X/2/6/269c1041f5d7b1f48a73a74a821c46cf0203407d.png)

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [February 8, 2019, 2:32pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679/2 "2019-02-08T14:32:57Z")

</div>

I imagine you have just upgraded your site. There are a lot of topics related to this argument, you can read here [Shrunken Category Images - #2 by jomaxro](https://meta.discourse.org/t/shrunken-category-images/103216/2)

You can solve your problem with a simple fix, just change 200px with the value that fit your needs

```plaintext
.category-list .category-logo.aspect-image {
    max-width: 200px; /*change this value*/ 
}

```

---

<div class="post-metadata">

### Author: ![Lafitte\_Bomee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lafitte_bomee/32/113958_2.png) [@Lafitte\_Bomee](https://meta.discourse.org/u/Lafitte_Bomee)
#### Post date: [February 8, 2019, 2:58pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679/3 "2019-02-08T14:58:13Z")

</div>

Hi @dax Thanks for your help. But Can you explain where I can use this code? I’m completely ignorant about this. by the way I didn’t upgrade the page, unless it’s automatically done…!!! Thanks!😀

---

<div class="post-metadata">

### Author: ![Lafitte\_Bomee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lafitte_bomee/32/113958_2.png) [@Lafitte\_Bomee](https://meta.discourse.org/u/Lafitte_Bomee)
#### Post date: [February 8, 2019, 3:05pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679/4 "2019-02-08T15:05:03Z")

</div>

@dax I figured it out! Many thanks I’m very glad 🙂

---

<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: [February 24, 2022, 9:02pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679/5 "2022-02-24T21:02:27Z")

</div>



---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [February 24, 2022, 10:33pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679/6 "2022-02-24T22:33:05Z")

</div>


