Upgrade changed category image sizes

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

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