KyleAMathews / react-gravatar

React component for rendering a gravatar profile image
http://kyleamathews.github.io/react-gravatar/
MIT License
279 stars 33 forks source link

support the custom img url #141

Closed DiroKate closed 4 years ago

DiroKate commented 7 years ago

Issue: #140 support the custom img url. Add new prop: customAvatar Usage:

<Gravatar customAvavar="/local/avatar/url" className="your-classname"/>
DiroKate commented 7 years ago

BTW, add the prop-types into the package.json. If it has any question, happy to discuss

getaaron commented 4 years ago

I think this is addressed by the new domain prop.