How Gravatar Works? You email address is converted as hash, and a HTTP GET request is done to Gravatar. Example: "aaa@abc.com" is converted as "03jr4", Verse is populated with the folloing address <img src=”https://www.gravatar.com/avatar/03jr4?s=128″ /> where S=128 is used to resize the picture to 128px size.