> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/bonnita-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/bonnita-documentation/sections/all-sections-in-theme/image-banner/special-image-settings.md).

# Special Image Settings

| Setting                      | Description                                                                                   |
| ---------------------------- | --------------------------------------------------------------------------------------------- |
| Enable Row Reverse           | Swap the position of the image and content of the block                                       |
| Select Image                 | Upload/choose an image to show on Desktop.                                                    |
| Select Image Mobile          | Upload/choose an image to show on Mobile.                                                     |
| Width                        | Determine the width of the image in percentage relative to the whole block width.             |
| Subtitle                     | Specify the subtitle for the block                                                            |
| Sub Title Letter Spacing     | Enter the desired spacing between letters of the subtitle'                                    |
| Sub Title Font Size          | Determine the font size of the subtitle on Desktop.                                           |
| Sub Title Font Size Mobile   | Determine the font size of the subtitle on Mobile.                                            |
| Sub Title Spacing Bottom     | Determine of the spacing of the subtitle from the bottom                                      |
| Sub Title Font Weight        | Select the font weight of the subtitle                                                        |
| Sub Title Position           | Select the position of the subtitle to be either above or below the title.                    |
| Sub Title Color              | Set the color of the subtitle.                                                                |
| Title                        | Specify the title for the block.                                                              |
| Title Letter Spacing         | Enter the spacing between letters of the title.                                               |
| Title Font Size              | Determine the font size of the title ranging from 0 to 50px.                                  |
| Title Font Size Mobile       | Determine the font size of the title on Mobile ranging from 0 to 50px.                        |
| Title Spacing Bottom         | Determine the spacing of the title from the bottom.                                           |
| Title Color                  | Set the color for the title.                                                                  |
| Description                  | Fill in the description text for the block.                                                   |
| Description Font Size        | Determine the font size of the description.                                                   |
| Description Font Size Mobile | Determine the font size of the description on Mobile.                                         |
| Description Line Height      | Determine the line height of the description.                                                 |
| Description Spacing Bottom   | Determine the spacing of the description from the bottom.                                     |
| Description Color            | Set the color of the description text.                                                        |
| Content: Max Width           | Determine the max width of the block content including title, description and button (if any) |
| Content: Alignment           | Align content to the center, to the left or the right.                                        |
| Border Color                 | Set the color for the content border.                                                         |
| Background Color             | Set the background color for the content.                                                     |
| Background Gradient          | Set the background gradient for the content.                                                  |


---

# 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/bonnita-documentation/sections/all-sections-in-theme/image-banner/special-image-settings.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.
