Skip to content

Add missing 90x avatar size for image scaling

Matthias Käppler requested to merge mk/add-missing-avatar-size into master

What does this MR do?

While testing caching behavior for rescaled images, I noticed that the 90x90 avatar on the user profile page (the top-most header image) is never rescaled, but is delivered directly via send-url instead.

I found that this is because we're not including this size in our allowlist for avatar sizes. This MR fixes that.

Screenshots

Screenshot_from_2020-10-13_14-30-49

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Matthias Käppler

Merge request reports