mirror of
https://github.com/immich-app/immich.git
synced 2026-02-07 11:33:45 -05: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>