AVATAR

An avatar is the face of user's profile. It is the user profile picture. It is a small image consisting of user's face generally to give user's content a visual identity.

Round Avatar

There are multiple sizes for round avatars. These can be accessed by class names - extra-large-image, large-image, medium-image and small-image. Copy the code from below and add them accorging to your required size.

Code Example

<img class="round-avatar extra-large-image" src="../assets/images/avatar.png" alt="avatar">
avatar avatar avatar avatar

Square Avatar

There are multiple sizes for square avatars as well. These can be accessed by class names - extra-large-image, large-image, medium-image and small-image. Copy the code from below and add them according your required size.

Code Example

<img class="square-avatar extra-large-image" src="../assets/images/avatar.png" alt="avatar">
avatar avatar avatar avatar