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 Apr 15, 2019. It is now read-only.
2. Add gravatar to $helpers array in each controller which you wish to use it
e.g. var $helpers = array('Html', 'Javascript', 'Gravatar');
3. In a view call the image function with an email address of the gravatar any (or no) of the following options, followed by any HTML image tag attributes you wish to have (e.g. alt, style, width, height etc):
- size (between 1 and 512 pixels)
- rating ('g', 'pg', 'r' or 'x')
- default (a default image to be shown if the gravatar cannot be found - either an absolute path to another image or an email of another gravatar )