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

# Stacked images with text

This section creates a scrolling collage-style layout, overlaying different sized and shaped images as the user scrolls.

<figure><img src="/files/usqw9ez5NarxfUrSeoPZ" alt="Stacked images with text with text on the left and stacking images on the right"><figcaption><p>Stacked images with text on the <a href="https://primavera-precision.myshopify.com/">Primavera Precision demo store</a></p></figcaption></figure>

### Settings

* **Horizontal alignment**: Choose left, center or right alignment for the theme blocks on the left (on desktop)

### Blocks

All [theme blocks](/blocks.md) are available to use in this section.

This section comes preloaded with a [heading](/blocks/heading.md), [text](/blocks/text.md) and [button](/blocks/buttons.md) theme blocks, as well as a group of **stacked images**. For each nested image block, you have the following settings:

* **Image**: Select or upload an image
* **Image ratio**: Choose between portrait, square or landscape
* **Image width**: Choose a width in %
* **Link**: If you want the image to be clickable and link to a page, enter a URL here
* **Link label:** If you entered a link, be sure to add a label here to describe the link destination, required for accessibility

{% hint style="info" %}
The following settings are explained in detail in [common settings](/common-settings.md):

* Color scheme/Color scheme transition
* Borders
  {% endhint %}


---

# 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:

```
GET https://docs.ultramarinastudios.com/sections/stacked-images-with-text.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
