> ## Documentation Index
> Fetch the complete documentation index at: https://authplugin.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Avatar

> Auth Plugin avatar for Framer that displays the signed-in user's profile photo, falls back to initials, and supports optional hover-to-upload.

Displays the authenticated user's profile image. Falls back to initials when no image is uploaded.

## Properties

| Property          | Type    | Description                  | Default |
| ----------------- | ------- | ---------------------------- | ------- |
| **Size**          | Number  | Avatar diameter in pixels    | `40`    |
| **Border Radius** | Number  | Corner radius (50% = circle) | `50%`   |
| **Show Upload**   | Boolean | Show upload button on hover  | `true`  |

## Features

* Displays user's profile photo if available
* Falls back to initials (e.g., "JD" for John Doe)
* Hover upload functionality
* Customizable size and shape
* Integrates with Profile Form

## Usage

Use on dashboards, headers, or profile pages to display the current user's avatar.
