mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-04-13 09:44:40 +00:00
fix: background aspectRatio
This commit is contained in:
parent
17a02b2a59
commit
ac83e230df
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ function changeBackground(ev) {
|
||||||
|
|
||||||
if (!canceled) {
|
if (!canceled) {
|
||||||
originalOrCropped = await os.cropImage(file, {
|
originalOrCropped = await os.cropImage(file, {
|
||||||
aspectRatio: 2,
|
aspectRatio: 1,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue