# Testimonial slider

### Section overview

The Testimonial Slider is a customizable section that displays testimonials in a carousel format with optional images, logos, and reviewer information.

#### Common use cases

* Showcasing customer reviews and testimonials
* Highlighting press mentions or partner testimonials
* Displaying team member quotes or statements
* Featuring client success stories with supporting imagery

#### Usage tips

* Use high-quality images that complement the testimonial content
* Keep testimonial text concise and impactful
* Include reviewer names and titles to add credibility
* For mobile responsiveness, consider using center alignment for text and ensure images display properly on smaller screens

### Section settings

| Setting              | Description                                                                             |
| -------------------- | --------------------------------------------------------------------------------------- |
| Auto scroll delay    | Controls how quickly the testimonials auto-rotate in seconds (0 disables auto-rotation) |
| Top spacing          | Adjusts the padding above the section in pixels                                         |
| Bottom spacing       | Adjusts the padding below the section in pixels                                         |
| Color scheme         | Determines the background color of the section                                          |
| Custom color         | Allows selection of a custom background color when "Custom" is selected                 |
| Text color           | Controls whether text appears light or dark, or uses the default based on background    |
| Border color         | Sets the color of any borders as subtle or strong                                       |
| Enable color fade    | Enables background color transition when scrolling                                      |
| Border position      | Determines where borders appear (none, top, bottom, or both)                            |
| Vertical alignment   | Controls how content aligns vertically (top, middle, bottom)                            |
| Horizontal alignment | Controls how content aligns horizontally (left, center, right)                          |
| Column width         | Sets the width percentage of the testimonial text column relative to the image          |
| Enable margin        | Toggles margin on the sides of the section                                              |
| Visibility           | Controls which devices the section displays on (all, mobile only, desktop only)         |

### Block settings

#### Testimonial

The testimonial block contains the review text, reviewer information, and optional media assets.

Limit: 20 blocks

| Setting              | Description                                                             |
| -------------------- | ----------------------------------------------------------------------- |
| Content              | The main testimonial text content                                       |
| Name                 | The name of the person giving the testimonial                           |
| Title                | The title or position of the person                                     |
| Avatar               | A small profile image of the person (recommended 128px)                 |
| Logo                 | An optional company or brand logo to display                            |
| Image                | A featured image to display alongside the testimonial                   |
| Logo height          | Controls the height of the logo in pixels                               |
| Horizontal alignment | Sets the text alignment and content justification (left, center, right) |


---

# Agent Instructions: 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://help.brickspacelab.com/space/sections/content-and-media/testimonial-slider.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.
