> For the complete documentation index, see [llms.txt](https://jolzee.gitbook.io/leopard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jolzee.gitbook.io/leopard/components/images/image-carousel.md).

# Image Carousel

## Modal

### Screenshot

<div align="left"><img src="/files/-LaHBgpKm4aA0uM_TTfY" alt=""></div>

### Output Parameter

```groovy
extensions = ${ExtensionHelper.displayImageCarousel(imageUrlArray,channel)}
```

### JSON

```javascript
{
	"name": "displayImageCarousel",
	"parameters": {
		"images": ["http://placeimg.com/640/360/any", "http://placeimg.com/640/360/any?u=2"]
	},
	"inline": false
}
```

## Inline

### Screenshot

<div align="left"><img src="/files/-Laqa46fCQRYaayYiMSa" alt=""></div>

### Output Parameter

```groovy
extensions = ${ExtensionHelper.displayImageCarousel(imageUrlArray,channel,true)}
```

### JSON

```javascript
{
	"name": "displayImageCarousel",
	"parameters": {
		"images": ["http://placeimg.com/640/360/any", "http://placeimg.com/640/360/any?u=2"]
	},
	"inline": true
}
```
