Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ユーザーアイコンを正方形で切り抜きたい #6668

Closed
machida opened this issue Jun 22, 2023 · 8 comments
Closed

ユーザーアイコンを正方形で切り抜きたい #6668

machida opened this issue Jun 22, 2023 · 8 comments
Assignees

Comments

@machida
Copy link
Member

machida commented Jun 22, 2023

画像サイズを強制的に 120px * 120px で切り抜くようにしてください。
長方形の画像の場合、短い方の辺を120pxにし、長い方の辺は中央で切り抜いてください。

1000px * 500px の画像の場合

500px の辺を基準に、500px の辺が120pxになるように縮小する。
そうすると、1000px の辺は 240px に縮小されるが、その際に 240px になった辺の中央で120pxに切り抜くようにしてください。
つまり、両端 60px ずつが切り捨てられます。

100px * 50px の画像の場合

50px の辺を基準に、50px の辺が120pxになるように拡大する。
そうすると、100px の辺は 240px に拡大されるが、その際に 240px になった辺の中央で120pxに切り抜くようにしてください。
つまり、両端 60px ずつが切り捨てられます。

@github-actions
Copy link

このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。

@github-actions github-actions bot added the stale label Aug 22, 2023
@komagata komagata removed the stale label Aug 22, 2023
@github-actions
Copy link

このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。

@github-actions github-actions bot added the stale label Oct 22, 2023
@komagata komagata removed the stale label Oct 23, 2023
Copy link

このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。

@yocchan-git
Copy link
Contributor

yocchan-git commented Feb 21, 2024

@umizaru さん、こちらのissueなのですがコンフリクトする件どうしましょうか?🤔

どちらが先にするか決める感じにしましょうか?
それとも、先に実装できた方が!という感じの方がよろしいでしょうか?

合わせますのでお手隙でご回答いただけますと嬉しいです🙏

@umizaru
Copy link
Contributor

umizaru commented Feb 23, 2024

@yocchan-git
ご連絡ありがとうございます🙏
ちょっと他のIssueに時間がかかりそうなので、もしよろしければ先に進めていただくことできますか?

@yocchan-git
Copy link
Contributor

承知しました!連絡ありがとうございます🙏

@yocchan-git
Copy link
Contributor

komagataさんのお陰様で解決しましたので、コメント削除しました

@yocchan-git
Copy link
Contributor

本番環境確認OKでした!

@komagata komagata moved this to 完成 in bootcamp Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants