mapzen / styleguide

A living styleguide powering the Mapzen brand (TM)
https://mapzen.com/common/styleguide
MIT License
13 stars 14 forks source link

always use avatar url from developer.json response #537

Closed sleepylemur closed 7 years ago

sleepylemur commented 7 years ago

@cedric set up the developer.json response to return a user's gravatar for email/password accounts. The default avatar or gravatar is being rendered at 24px and the github one is at 18px which is a little bit funny. Probably we want gravatar to be rendered the same as github, but not sure the best way to go about it. @cedric / @hanbyul thoughts?

cedric commented 7 years ago

@sleepylemur I can set the Gravatar size to anything, so I'll change it to 18px.

Update: Nevermind, I see what you mean. Leaving it as 24px and it will be scaled down (for now) to 18px until it gets standardized. Ideally we want to use the avatar URL from the JSON no matter what and it should always expect and display the same size.

hanbyul-here commented 7 years ago

I will merge this, open the separate ticket about make the avatar size coherent.