# Shrunken Category Images

**URL:** https://meta.discourse.org/t/shrunken-category-images/103216
**Category:** Support
**Created:** [November 30, 2018, 11:07pm UTC](https://meta.discourse.org/t/shrunken-category-images/103216 "2018-11-30T23:07:46Z")
**Posts on this page:** 1
**Showing post:** 9

<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: [December 3, 2018, 3:28pm UTC](https://meta.discourse.org/t/shrunken-category-images/103216/9 "2018-12-03T15:28:43Z")

</div>

I added the following to your theme’s css to restrict the width of the images in the `/categories` view to 200px:

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

```

---

_[View the full topic](https://meta.discourse.org/t/shrunken-category-images/103216)._
