# Tiny category image

**URL:** https://meta.discourse.org/t/tiny-category-image/380837
**Category:** Support
**Created:** [August 29, 2025, 1:02am UTC](https://meta.discourse.org/t/tiny-category-image/380837 "2025-08-29T01:02:12Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [August 29, 2025, 2:50pm UTC](https://meta.discourse.org/t/tiny-category-image/380837/2 "2025-08-29T14:50:19Z")

</div>

Yes, there’s been a recent change to these:

[https://github.com/discourse/discourse/pull/34081](https://github.com/discourse/discourse/pull/34081)

There’s nothing to it, but fiddling around with custom css to make it work again with your specific image.

Example with:

```plaintext
.category-heading__logo.category-logo.aspect-image {
  width: auto;
  height: 150px; 
}

```

Might need some tweaks for mobile vs desktop.

---

_[View the full topic](https://meta.discourse.org/t/tiny-category-image/380837)._
