> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/german/plain-jane-interactive/sections-and-features/image-selector-section.md).

# Bild-Auswahl-Abschnitt

### **Was Sie lernen werden**

* So fügen Sie den Abschnitt Bildauswahl hinzu und konfigurieren ihn
* So laden Sie Bilder hoch und verknüpfen sie mit Produkten, Seiten oder Kollektionen
* So passen Sie Stile für Mobilgeräte und Desktop an
* So steuern Sie Textgröße, Indikatorstil und Layout

***

### 🧩 Abschnittsübersicht

Der Abschnitt Bildauswahl ermöglicht es Kunden, durch eine Reihe anklickbarer Bilder zu blättern – ideal, um verschiedene Produktlooks, Farbvarianten oder hervorgehobene Kollektionen zu präsentieren.

Jedes Bild fungiert wie ein visueller Link mit optionalem Text und einer anklickbaren URL.

***

### ⚙️ So fügen Sie die Bildauswahl hinzu und passen sie an

#### 1. Abschnitt hinzufügen

* Im **Shopify Theme-Editor**, klicken Sie **Sektion hinzufügen**
* Wählen Sie **Bildauswahl**
* Ziehen Sie den Abschnitt an die gewünschte Stelle in Ihrem Layout

***

### 📷 Folien (Bilder) hinzufügen

Jedes Bild wird als **Folie** Block hinzugefügt.

#### Um eine Folie hinzuzufügen:

1. Klicken Sie **Folie hinzufügen**
2. Laden Sie ein Bild hoch
3. (Optional) Hinzufügen:
   * **Linktext**: Erscheint unter dem Bild
   * **Link-URL**: Fügen Sie einen Produkt-, Kollektion- oder beliebigen Link ein

> 💡 Tipp: Lassen Sie **Linktext** leer für ein klares, nur aus Bildern bestehendes Layout.

***

### 🎨 Design- und Stiloptionen

Unter den **Bildauswahl** Einstellungen, anpassen:

#### Farben

* **Hintergrundfarbe**: Wählen Sie einfarbig oder Verlauf
* **Linkfarbe**: Beeinflusst den Text unter jedem Bild
* **Indikator-Randfarbe**: Rahmenfarbe für das ausgewählte Bild (sichtbar in der Thumbnail-Navigation)

#### Typografie

* **Linktextgröße (Desktop)**: Einstellbar in `px`
* **Linktextgröße (Mobil)**: Einstellbar in `px`
* **Linktextstärke**: Umschalten zwischen `Normal` und `Fett`

> 💡 Tipp: Verwenden Sie fetten und größeren Text zur Hervorhebung, wenn Sie verschiedene Kollektionen betonen möchten.

***

### 🧩 Beispiel für Abschnittsstruktur

```
Bildauswahl
├── Folie – Look 1
├── Folie – Look 2
├── Folie – Look 3
├── Folie – Look 4
├── Folie – Look 5
└── Folie – Look 6
```

***

### **Brauchen Sie Hilfe?**

* 💬 **Treten Sie unserer Community auf Discord bei:** <https://discord.gg/hcc2GvgZc6>
* 📧 **Schreiben Sie uns eine E-Mail an:** <support@openspaces.design>
* 💻 **Chatten Sie live mit uns:** Verfügbar Montag–Freitag, 10:00–18:00 EST, direkt auf unserer Website


---

# 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://docs.openspaces.design/german/plain-jane-interactive/sections-and-features/image-selector-section.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.
