media.gravatar ViewHelper <vhs:media.gravatar>
Renders Gravatar <img/> tag.
Arguments
additionalAttributes
- DataType
- mixed
- Required
- false
- Description
- Additional tag attributes. They will be added directly to the resulting HTML tag.
data
- DataType
- mixed
- Required
- false
- Description
- Additional data-* attributes. They will each be added with a "data-" prefix.
aria
- DataType
- mixed
- Required
- false
- Description
- Additional aria-* attributes. They will each be added with a "aria-" prefix.
- DataType
- string
- Required
- true
- Description
- Email address
size
- DataType
- integer
- Required
- false
- Description
- Size in pixels, defaults to 80px [ 1 - 2048 ]
imageSet
- DataType
- string
- Required
- false
- Description
- Default image set to use. Possible values [ 404 | mm | identicon | monsterid | wavatar ]
maximumRating
- DataType
- string
- Required
- false
- Description
- Maximum rating (inclusive) [ g | pg | r | x ]
secure
- DataType
- boolean
- Default
- true
- Required
- false
- Description
- If it is FALSE will return the un secure Gravatar domain (www.gravatar.com)