mirror of
https://github.com/immich-app/immich.git
synced 2026-07-02 21:04:24 +08:00
* fix(web): Ensure profile picture is cropped to 1:1 ratio Fixes #20097 The profile picture was being captured from the PhotoViewer element which could have non-square dimensions based on the original image. Changed to capture from the crop container element which has the aspect-square class, ensuring the output is always 1:1 ratio. * fix: remove trailing whitespace to pass prettier check --------- Co-authored-by: Aditya Gaurav <aditya-ai-architect@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| actions | ||
| assets | ||
| attachments | ||
| components | ||
| elements | ||
| managers | ||
| modals | ||
| services | ||
| stores | ||
| utils | ||
| constants.ts | ||
| i18n.spec.ts | ||
| route.spec.ts | ||
| route.ts | ||
| types.ts | ||
| utils.spec.ts | ||
| utils.ts | ||