> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-7-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/ella-7-documentation/sections-and-blocks/slideshow/slide-block.md).

# Slide Block

**The Slide block** holds the media and visual options for an individual slide used by the slideshow section.

Each slide supports choosing a container width, media type (image/video), separate desktop/mobile images, and optional color overrides.

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

### Slide Block - Settings Guide

This guide explains all available settings for the **Slide Block** in order from top to bottom as they appear in the Theme Editor.

| Setting              | Type                                        | Description                                                                                                                                                                   | Visibility                                     |
| -------------------- | ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| Slide Background     | checkbox                                    | When enabled, the slide renders a background frame behind its content.                                                                                                        | Visible always                                 |
| Container            | select (auto, wide, max)                    | Selects the slide content container width: Auto (follows section), Wide (centered wide container), or Max (edge-to-edge).                                                     | Visible always                                 |
| Height               | select (auto, small, medium, large, custom) | Sets the slide height. Choose a preset or Custom to control height via CSS.                                                                                                   | Visible always                                 |
| Media Type           | select (image, video, gallery)              | Selects the primary media type for the slide. "Image" uses image fields, "Video" uses the video selector, "Gallery" enables two-image layout when paired images are provided. | Visible always                                 |
| Image (Desktop)      | image\_picker                               | Primary desktop image shown when Media Type is Image or Gallery.                                                                                                              | Visible when Media Type is Image or Gallery    |
| Image (Mobile)       | image\_picker                               | Mobile-optimized image override for the primary image. Falls back to desktop image if empty.                                                                                  | Visible when Media Type is Image or Gallery    |
| Image 2 (Desktop)    | image\_picker                               | Secondary desktop image used for Gallery layouts or split-image designs.                                                                                                      | Visible when Media Type is Gallery             |
| Image 2 (Mobile)     | image\_picker                               | Mobile-optimized override for the secondary image.                                                                                                                            | Visible when Media Type is Gallery             |
| Video                | video picker / url                          | Video source for slides that use the Video media type. The block renders the video using the theme's responsive video handlers.                                               | Visible when Media Type is Video               |
| Inherit Color Scheme | checkbox                                    | When checked, the slide inherits the parent section's color scheme. When unchecked, the slide allows per-slide color overrides below.                                         | Visible always                                 |
| Background Color     | color                                       | Slide background color override (applies only when Inherit Color Scheme is disabled).                                                                                         | Visible when Inherit Color Scheme is unchecked |
| Background Gradient  | color\_gradient                             | Optional gradient for slide background (used when Inherit Color Scheme is disabled).                                                                                          | Visible when Inherit Color Scheme is unchecked |
| Heading Color        | color                                       | Color override for headings inside this slide.                                                                                                                                | Visible when Inherit Color Scheme is unchecked |
| Text Color           | color                                       | Color override for body text inside this slide.                                                                                                                               | Visible when Inherit Color Scheme is unchecked |
| Primary Color        | color                                       | Color used for primary actions or accents within the slide.                                                                                                                   | Visible when Inherit Color Scheme is unchecked |
| Primary Hover        | color                                       | Hover state color for primary actions.                                                                                                                                        | Visible when Inherit Color Scheme is unchecked |
| Border Color         | color                                       | Border color override for framed slide styles.                                                                                                                                | Visible when Inherit Color Scheme is unchecked |
| Shadow               | select / shadow preset                      | Shadow style applied to the slide when framed or elevated layouts are used.                                                                                                   | Visible when Inherit Color Scheme is unchecked |

## Need More Help?

If you experience any difficulties or require extra support with your Ella theme, feel free to contact our support team through our [Ticket System](https://halosoft.ticksy.com/) — we’ll get back to you within 24 hours.

Simply scan the QR code below to join our Facebook community and stay updated with the latest news, tips, and announcements.

<div align="left"><figure><img src="/files/u3Ke6fbPZZvBlBetfneg" alt="Halothemes Community" width="233"><figcaption></figcaption></figure></div>

<a href="https://www.facebook.com/groups/halothemescommunity" class="button primary" data-icon="comment-dots">Join HaloThemes Community</a>


---

# 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/ella-7-documentation/sections-and-blocks/slideshow/slide-block.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.
