# Image

The **Image** UI element supports displaying static images, animated images, and videos within the Floating UI.

#### Supported formats:

* **Animated:** Lottie, GIF, MP4
* **Static:** PNG, JPG, SVG, WebP
* **Figma frames:** [Figma frames import](/documentation/importing/figma-frames-import.md)

Playback control of animated files and videos within the Floating UI can be managed through **interactions -** [Animated texture](/documentation/3d-configurator/interactions/actions/animated-texture.md)

{% hint style="success" %}

#### **Video with audio**

When a video file containing an audio track is uploaded, a slider appears in the texture settings to control the audio volume.

![](/files/5edKedPlb1rKFwq17iNg)
{% endhint %}

#### Layout

* **W** — Defines the width of the Image element.
* **H** — Defines the height of the Image element.<br>
* **Fixed** — Sets a fixed size in pixels.
* **Fill** — Adjusts the size based on the parent element (**Floating UI** or **Container**).<br>
* **Padding** — Sets vertical and horizontal padding within the Image element.
* **Corner radius** — Defines the rounding radius of the Image element.

#### Stroke

* **Thickness** — Defines the stroke thickness of the Image.
* **Default color** — Sets the default stroke color (if disabled, the stroke will be transparent).
* **Hover color** — Changes the stroke color on hover.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.vectary.com/documentation/3d-configurator/floating-ui/image.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
