> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/concept-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/concept-documentation/section/instagram/block-image.md).

# \[Block] Image

1. Select the **instagram** option from the theme editor.
2. Click on **Add block**. Select **Image** from **Theme Block** dropdown.

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Image</td><td>Set up an image</td></tr><tr><td>Link</td><td>Set the link, for example the customer service page</td></tr></tbody></table>

#### Floating

*<mark style="color:red;">Only use for option</mark> <mark style="color:red;"></mark><mark style="color:red;">**'Floating'**</mark>*

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Width image</td><td>Determines the image width of the block. Can be from <strong>100px</strong> to <strong>500px</strong>, in <strong>10px</strong> arithmetic increments</td></tr><tr><td>Height image</td><td>Determines the image height of the block. Can be from <strong>100px</strong> to <strong>500px</strong>, in <strong>10px</strong> arithmetic increments</td></tr><tr><td>Block corner radius</td><td>Determines the corner radius of the block. Can be from <strong>0px</strong> to <strong>50px</strong>, increasing arithmetically of <strong>1px</strong> (pixel).</td></tr></tbody></table>

*Image position*

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Vertical position</td><td>Determines the horizontal position of point. Can be from <strong>0%</strong> to <strong>100%</strong>, increasing arithmetically of <strong>1%</strong></td></tr><tr><td>Horizontal position</td><td>Determines the vertical position of point. Can be from <strong>0%</strong> to <strong>100%</strong>, increasing arithmetically of <strong>1%</strong></td></tr></tbody></table>

*Animations*

<table><thead><tr><th width="240">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Image behavior</td><td><p>Select the image behavior from the dropdown menu:</p><ul><li><strong>None</strong></li><li><strong>Float up</strong></li><li><strong>Float down</strong></li><li><strong>Float left</strong></li><li><strong>Float right</strong></li></ul></td></tr><tr><td>Speed ​​animation</td><td>Determines the time to animation. Can be from <strong>0.1s</strong> to <strong>1s</strong>, increasing arithmetically of <strong>0.1s</strong> (second)</td></tr></tbody></table>


---

# 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://halosoft.gitbook.io/concept-documentation/section/instagram/block-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.
