yuanjian-org / app

A Web app that supports mentorship programs at Visionary Education Foundation (远见教育基金会).
http://yuanjian.org
GNU Affero General Public License v3.0
10 stars 6 forks source link

Allow users to crop and zoom profile images #488

Open weihanwang opened 2 weeks ago

weihanwang commented 2 weeks ago

Use libraries like react-easy-crop or other to implement the following:

  1. allow users to zoom out and crop profile images on the /profile/[userId] page.
  2. the resulting image should be always 300 x 300 px square
  3. on all of /profile/[userId], /mentors, and /mentors/[mentorId] page, display the resulting image (and not the original image) using CSS without requiring a different image URL (ie. the user shouldn't need to re-upload the image).