Up:profile-pic
Turns into an <img> tag of the specified user's profile picture. Most attributes are passed on, so you can use style, class, etc. parameters.
Attributes
- Required
- int uid - user ID whose profile picture to show
- Optional
- string size - The size of the image to display. (default value is 30x30). Other valid values are 16x16, 30x30, 80x80, 106x, 265x.
- bool linked - Make the image a link to the user's profile. (default value is true)
Sample code
<up:profile-pic uid="12345" linked="true" />
|