HubSpot / facewall

Grid visualization of Gravatars for an organization
http://github.hubspot.com/facewall/
MIT License
138 stars 38 forks source link

Use images instead of gravatars #11

Closed theold190 closed 9 years ago

theold190 commented 9 years ago

In our company we don't use Gravatar, though we have pictures of all employees on intranet. Is there an easy way to use links to the pictures instead of gravatars?

adamschwartz commented 9 years ago

Absolutely. If you set a gravatar property on your employees JSON yourself, then remove this line and change this method to return url, you should be all set. Please let me know if you run into any trouble. Thanks!

theold190 commented 9 years ago

Thanks, it worked fine when I tried it.

adamschwartz commented 9 years ago

Sweet! Really glad I was able to help.