Tiny category image

We have recently added logo images to some of our category and they originally looked great, taking up the full vertical space, but have now become small without us changing any settings. I appreciate any help on this!

1 Like

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

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

Example with:

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

Might need some tweaks for mobile vs desktop.