Account
The account
object has the following attributes:
- account.id
- account.first_name
- account.last_name
- account.full_name
- account.gender
- account.avatar
account.avatar
Returns an image of a sign in account. Use the attachment_url filter to link to the image on Yoolkâs Content Delivery Network. [Optional]
Parameters: image sizes
styles | size |
---|---|
small | auto x 161 |
medium | auto x 239 |
Input
{{ account.avatar | attachment_url: 'medium' | image_tag }}
Output
<img src="http://s-staging-yoolk-assets.s3.amazonaws.com/global/people/medium/1388983947/168096.png?1388983947" />