> For the complete documentation index, see [llms.txt](https://sitesbyseth.gitbook.io/sitesbyseth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/sections/ugc-gallery.md).

# Auto-Scroll Gallery (UGC)

An endlessly scrolling horizontal strip of images — built for fit pics, campaign shots, and customer photos. It moves on its own, pauses on hover, and comes with an optional trust-icon header row.

## Blocks

Each **Image** block is one photo. Add as many as you like — the strip loops seamlessly. Portrait images (\~3:4) look best.

## Section settings

### Header

| Setting                                                                         | What it does                                       | Default               |
| ------------------------------------------------------------------------------- | -------------------------------------------------- | --------------------- |
| Show header                                                                     | Heading + subheading above the strip               | On                    |
| Heading / Subheading                                                            | Text ("Luxury Collection" placeholder — change it) | placeholders          |
| Heading size / Subheading size                                                  | 20–80px / 12–32px                                  | 42 / 16               |
| Heading / subheading colors, alignment, header background                       | Styling                                            | dark/#666/center/#FFF |
| Header padding, subheading spacing, icon row spacing, header-to-gallery spacing | Spacing sliders                                    | 40/15/25/50           |

### Icon row

Three fixed icons (star / heart / truck) with editable text:

| Setting                                                   | Default                 |
| --------------------------------------------------------- | ----------------------- |
| Show icons                                                | On                      |
| Star icon text                                            | "Premium Quality"       |
| Heart icon text                                           | "10,000+ Customers"     |
| Truck icon text                                           | "Free Shipping"         |
| Icon size / label size / colors / spacing / icon-text gap | 24 / 14 / dark / 30 / 8 |

### Scroll & motion

| Setting          | What it does                      | Default |
| ---------------- | --------------------------------- | ------- |
| Scroll speed     | Slow / Medium / Fast              | Medium  |
| Scroll direction | Left to right / Right to left     | Left    |
| Pause on hover   | Stops while the cursor is over it | On      |

### Image style

| Setting             | What it does                                                                                                                           | Default |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Image column width  | Uniform column width (images crop to fit). **0 = fluid width** — natural aspect ratio at fixed height (very wide photos get very wide) | 300px   |
| Image height        | 200–800px                                                                                                                              | 400     |
| Image spacing       | Gap between photos                                                                                                                     | 20      |
| Image border radius | 0–40px                                                                                                                                 | 8       |

### Overlay & colors

Optional hover **overlay** (color + opacity, off by default), section **color scheme**, section/gallery background colors, vertical section padding (50), and desktop content width (100%).

💡 **Pro tip:** 8–12 images is the sweet spot — enough that the loop doesn't feel repetitive, few enough to load fast. Keep the column width fixed (300) so mixed-ratio customer photos form a clean uniform strip.


---

# 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://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/sections/ugc-gallery.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.
