> For the complete documentation index, see [llms.txt](https://docs.datasuite.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasuite.vn/english/features/other-components/add-image.md).

# Add Image

{% stepper %}
{% step %}

#### Insert an Image

On the toolbar above, click the ![](/files/w9TvtEwbavjt9YzJZ3ts) button to insert an image.

A dialog will appear, allowing you to **select an image from your computer**. After selecting, the image will be **inserted into the designated frame** on the Report Page.
{% endstep %}

{% step %}

#### Adjust Size and Position

Once the image is added to the Report Page, users can:

* **Drag and drop** the image to adjust its position.
* **Drag the bottom-right corner** to resize the image as needed.
  {% endstep %}

{% step %}

#### Edit and Format the Image

In the **right sidebar**, under **Visualizations → Style** tab, users can configure the following options:

* **Type**: Determines how the image is displayed in the frame (details [below](#image-type-options))
* **Background**: Enable or disable the background color for the image container.
  * **Color**: Select a background color for the image container (default: white `#FFFFFF`).
  * **Transparency**: Set the image container’s transparency (0 = opaque, 100 = fully transparent).
* **Display for mobile**: Enable or disable image display on mobile devices. This helps optimize the layout for smaller screens.
* **Reset to default**: Restore all style settings to their default values.
  {% endstep %}

{% step %}

#### Arrange Display Order (Optional)

To change the display order:

* **Right-click** on the image.
* Choose the appropriate option ![](/files/BgeSzFhDfsu60zdWqjN2) >> ![](/files/F1iVOGyjARxuRzWqG4Xl) to move the image behind other elements or use it as a report background.
  {% endstep %}
  {% endstepper %}

#### Image Type Options

You can choose how the image fits within the frame:

* **Fill**: Stretch the image to **fill the entire frame**. This may distort the image.
* **Contain**: Resize the image to **fit within the frame** while **preserving its aspect ratio**.
* **Cover**: Scale the image to **cover the entire frame** while **keeping the aspect ratio**. Some cropping may occur.
* **Scale down**: **Reduce** the image size only if it's larger than the frame. If smaller, retain the **original size**.
* **None**: Keep the **original image size**. No automatic resizing is applied.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.datasuite.vn/english/features/other-components/add-image.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
