vercel / avatar

💎 Beautiful avatars as a microservice
https://avatar.vercel.sh
MIT License
1.17k stars 71 forks source link

Size can only be a square #6

Closed ulrichformann closed 7 years ago

ulrichformann commented 7 years ago

size=300 returns a 300x300 image while size=300x300 returns a 120x120px image. It would be nice to set width as well as the height.

tobiaslins commented 7 years ago

@ulrichformann in which scenario do you need a non square gradient/avatar?

ulrichformann commented 7 years ago

For instance cover images to support the avatar or placeholders for non-square avatars like portraits

ulrichformann commented 7 years ago

@tobiaslins check out my fork where i implemented this feature and tell me whether you like it or it doesn't work with your vision for this app