Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
37signals はサーバー側で画像を操作しますか? それとも、クライアント側でユーザーの画像を中央に配置してトリミングするために JavaScript を使用しますか?
これは、border-radius CSS ルール (todo のコメント セクション) を使用してクライアント側で発生しています。
img.avatar { -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }