# Full Width Carousel Slider

### Parameters

<table><thead><tr><th width="149">Parameter</th><th width="296">Description</th><th width="116">Default</th><th width="189">Example Usage</th></tr></thead><tbody><tr><td>n_items</td><td>Specifies the number of items to display in the carousel.</td><td>6</td><td>n_items="4"</td></tr><tr><td>order_by</td><td>Determines the sorting criterion for the content. <br><strong>Note</strong>: Ignored if ids is provided.</td><td>created_at</td><td>order_by="title"</td></tr><tr><td>order</td><td>Defines the sorting direction.<br><strong>Note</strong>: Ignored if ids is provided.</td><td>DESC</td><td>order="ASC"</td></tr><tr><td>terms</td><td>Filters content based on taxonomy terms.</td><td>None</td><td>terms="news, current"</td></tr><tr><td>types</td><td>Specifies content types to include <strong>Note</strong>: does note accept channels or event types.</td><td>None</td><td>types="article, document"</td></tr><tr><td>format</td><td>Configures the visual style of the carousel. Use 2025 for a modern appearance.</td><td>null (classic)</td><td>format="2025"</td></tr><tr><td>exclude</td><td>Excludes specific content items by their IDs.</td><td>None</td><td>exclude="101, 102"</td></tr><tr><td>ids</td><td>Specifies IDs of content to display, overriding other filters. <br><strong>Note</strong>: Now supports multiple content types, e.g. channels and events.</td><td>None</td><td>ids='201, 301, 401"</td></tr></tbody></table>

### Example Configuration

```
[full_width_carousel_slider 
    ids="3668313,3646134"]
```

<figure><img src="https://45522127-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS512VHdqGC4MSzdDrKgr%2Fuploads%2FPwhss4flNbmcn31YnBgp%2FScreenshot%202024-12-02%20at%2017.25.16.png?alt=media&#x26;token=b818b87b-8dcc-4db4-a995-96039db8f8cf" alt=""><figcaption></figcaption></figure>

```
[full_width_carousel_slider 
    ids="3668313,3646134" 
    format="2025"]
```

<figure><img src="https://45522127-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS512VHdqGC4MSzdDrKgr%2Fuploads%2FXgRNZHFbt1BBZ7XhtXfe%2FScreenshot%202024-12-02%20at%2017.24.05.png?alt=media&#x26;token=f31bf866-e27d-449c-a187-74918d14144c" alt=""><figcaption></figcaption></figure>
