You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
I would like to be able to see my profile image pulled from Gravatar so we can keep resources low and users can have universal image used.
Gravatar is linked by email address and sizes can be modified in the url params like so:
URL example:
$grav_url = "http://www.gravatar.com/avatar/" . md5( strtolower( trim( $email ) ) ) . "?d=" . urlencode( $default ) . "&s=" . $size;
Source Example:
http://en.gravatar.com/site/implement/images/php/
The text was updated successfully, but these errors were encountered: