From a815442990aa732e8eb61aa9fa4e600894cf78cc Mon Sep 17 00:00:00 2001 From: Padreug Date: Wed, 20 May 2026 23:48:48 +0200 Subject: [PATCH] feat(base/profile): compress avatar uploads with tight 512px cap Pass tuned compress options to : 512px max edge / 200 KB target. Avatars don't need 1920px and the smaller cap meaningfully reduces pict-rs storage for a high-volume content type. Closes #59 for the profile consumer. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/modules/base/components/ProfileSettings.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/base/components/ProfileSettings.vue b/src/modules/base/components/ProfileSettings.vue index fed1828..735a39a 100644 --- a/src/modules/base/components/ProfileSettings.vue +++ b/src/modules/base/components/ProfileSettings.vue @@ -30,7 +30,9 @@ - +