gravatar-react

React component for rendering a gravatar profile image.

Install

meteor add browserstudios:gravatar-react

CHANGES

You can add a shape such as shape="circle" and borderRadius will do the rest.

Example

Here is an Example Implementation

<Gravatar
    email="michel.herszak@gmail.com"
    size=100 
    rating="pg" 
    https 
    default="monsterid" 
    className="CustomAvatar-image"
    shape="circle" />