diff options
| author | Marie <github@yuugi.dev> | 2025-03-05 21:32:22 +0100 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2025-03-05 21:32:22 +0100 |
| commit | ac83e230df0aff285ebc52eae738ad5f77381d9a (patch) | |
| tree | 85ae5178ae775b0aaa5927439cc7e944e40bd0ee | |
| parent | upd: move claim, add claim for banner and background (diff) | |
| download | sharkey-ac83e230df0aff285ebc52eae738ad5f77381d9a.tar.gz sharkey-ac83e230df0aff285ebc52eae738ad5f77381d9a.tar.bz2 sharkey-ac83e230df0aff285ebc52eae738ad5f77381d9a.zip | |
fix: background aspectRatio
| -rw-r--r-- | packages/frontend/src/pages/settings/profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/settings/profile.vue b/packages/frontend/src/pages/settings/profile.vue index eb85837aa5..67ba833c5c 100644 --- a/packages/frontend/src/pages/settings/profile.vue +++ b/packages/frontend/src/pages/settings/profile.vue @@ -313,7 +313,7 @@ function changeBackground(ev) { if (!canceled) { originalOrCropped = await os.cropImage(file, { - aspectRatio: 2, + aspectRatio: 1, }); } |