> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/how-to/how-to-create-a-perfect-image-template.md).

# How to create a perfect Image Template

**Step 1: Create an Image Template**

1. **Select the Empty block template** in Parta.io's template library.&#x20;
2. **Go to the Pro mode**: click on the column and add a new Image element inside.&#x20;

   <figure><img src="/files/aQvCV5Pj9BRpScaW1Rx1" alt=""><figcaption><p>Click the plus icon in the popover menu.<br></p></figcaption></figure>

   <figure><img src="/files/fOmE4QUsgJjV3Tifbj4v" alt=""><figcaption><p>Image's empty state example. </p></figcaption></figure>

#### Step 2: Adjust the Image Dimensions

1. **Click on the Grid Tab.**
2. **Set Width and Height**: Adjust the dimensions of the image component to fit your design needs.

<figure><img src="/files/BDS6Ae8as6ttsFwbExGe" alt=""><figcaption><p><strong>Example for a Full-Size Image: Width - 100%, Height - 600 pixels.</strong> </p></figcaption></figure>

#### Step 3: Add an Image

1. **Go to the Data Tab**: Select an image from your resources library or Unsplash.
2. Experiment with the **Scaling Settings** to adjust it:
   1. **Fill**: The image fills the entire area, cropping it if necessary.
   2. **Fit**: The image is scaled to fit within the boundaries while maintaining its aspect ratio.
   3. **Stretch**: The image is streched to fit the dimensions.

{% embed url="<https://drive.google.com/file/d/1_Yx5OnD8yR7QI0QrZLar8K_f4KDunyy3/view?usp=sharing>" %}

#### Step 4: Save it as a Template to reuse it in your project or make it available to your team.

That's it! Your perfect image template is now ready to use.


---

# 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://help.parta.io/how-to/how-to-create-a-perfect-image-template.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.
