Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 499 Bytes

jQuery Gravatar

Usage

Without options:

$('body').append($.gravatar('[email protected]'));

With options:

$('body').append($.gravatar('[email protected]', {secure: true,
                                                         rating: 'pg'}));

Options

  • size: size of the gravatar
  • rating: rating of the gravatar g (default), pg, r, x
  • image: default image url
  • secure: serve https gravatar

License

Licensed under the WTFPL (http://sam.zoy.org/wtfpl/)