Banner DocsContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Overview
    • Basics
    • Add a Banner
    • MCP Authentication
    • MCP Banner Fields
    • TextblockBanner
    • DisclosureBanner
    • TileCardBanner
    • DoubleTileCardBanner
    • HeadlineBlockBanner
    • HeroBlockBanner
    • ImageBlockBanner
    • ImageGalleryBanner
    • ImageSliderBanner
    • ListblockBanner
    • SimpleTileCardsBanner
    • VideoBlockBanner
    • VideoSliderBanner
    • CarConsumptionInfoBanner
    • GridWrapperBanner
    • InventoryCarBanner
    • CarDealBanner
    • IframeBanner
    • ButtonBlockBanner
    • CarDealsArchiveBanner
    • InventoryCarsArchiveBanner
    • ContactPersonsArchiveBanner
    • LocationsArchiveBanner
    • ManagementBanner
    • LocationBanner
    • Overview
    • ProductArchiveBanner
    • CollectionArchiveBanner
    • UpsellBlockBanner
    • ProductDetailBlockBanner
    • CompactProductDetailBlockBanner
    • ImageProps
    • SimpleImageProps
    • DynamicLink
    • Utility CSS Classes
    • File
    • DynamicForm
    • Theme
  • Pages
  • Header
  • Footer
  • Caching
    • Overview
    • MCP OAuth

On This Page

  • Props
  • Example
Question? Give us feedback → (opens in a new tab)Edit this page
Banners
ImageSliderBanner

ImageSliderBanner

Carousel/slider of images.

Includes the common banner props.

Image slider preview

Props

id●
string
required

CMS id.

images●
ImageProps[]
required

List of images used as slides.

Example

const banner: ImageSliderBanner = {
  typename: BannerTypename.ImageSlider,
  id: 'b_123',
  title: null,
  titleTag: 'h2',
  titleAlign: 'left',
  cssId: null,
  cssClasses: null,
  images: [
    { id: 'img1', name: 'A', imageRights: null, file: {} as any, mobileFile: null, alt: 'A', breakpoint: null, cars: [] }
  ]
};
ImageGalleryBannerListblockBanner

© 2026 | Banner Docs