> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/text-with-images.md).

# Text with images

***

The **Text with images** section allows you to combine text content with inline images, creating a more engaging and visually dynamic layout. Images can be placed between words to enhance storytelling or highlight key elements.

### 1. Our guide to set up a Text with images section:

{% hint style="info" %}
**Steps:**

* In the theme editor, click **Add section.**
* Locate **Text with images.**
* Click **Save.**
  {% endhint %}

<figure><img src="/files/HTWQxzyCFqbWafZD6OuE" alt=""><figcaption></figcaption></figure>

### 2. **Section settings**

<figure><img src="/files/9N654x2Gphxd2r8MU9Gb" alt=""><figcaption></figcaption></figure>

* **Subheading:** Add a short introductory text above the main heading.
* **Heading:** Enter the main heading for the section.
* **Heading size:** Adjust the font size of the heading.
* **Content alignment:** Controls alignment of all content across devices.
* **Content width:** Defines the maximum width of the content on screens larger than 900px.
* **Show divider:** Displays a divider line between the subheading and heading.
* **Color:**
  * **Color scheme:** Applies predefined colors to the section’s background and text.

### **3. Image block settings**

<figure><img src="/files/AzON7Uvagk45b3IQ6tsV" alt=""><figcaption></figcaption></figure>

* **Image position:** Determines where the image appears within the text.\
  ➤ *Example: Position 3 places the image after the 3rd word.*
* **Image:** Upload the image to display inline with text.
* **Size:** Adjust the display size of the image.
* **Ratio:** Controls the shape and aspect ratio of the image: Adapt to image, Square, Portrait or Landscape.
* **Corner radius:** Applies rounded corners (only for Square, Portrait, Landscape).
* **Link:** Make the image clickable by assigning a link.


---

# 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.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/text-with-images.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.
