Skip to Content

Slider

The slider element creates carousels and slideshows powered by Swiper . You can build image carousels, hero sliders, testimonial rotators, and other sliding content.

Adding a Slider

  1. Open the Element Library in the editor
  2. Under Utilities, drag the Slider element onto the canvas
  3. The slider is created with default slides, navigation arrows, and pagination

Structure

A slider has a fixed internal structure:

  • Slider — The outer container
    • Slides — The wrapper that holds all slides
      • Slide — Individual slide (add as many as you need)
    • Navigation — Previous/next arrow buttons (optional)
    • Pagination — Bullet or fraction indicators (optional)

You design each slide’s content by adding elements inside it (text, images, buttons, etc.). The slide content repeats the same layout structure but you can customize each slide individually.

Slider Settings

Select the slider element and open the Settings tab in the right panel to configure behavior:

Animation

SettingDescription
EffectTransition animation: Slide, Fade, Cube, Flip, Coverflow, or Cards
EasingAnimation curve: Linear, Ease in, Ease in out, or Ease out
DurationTransition speed in seconds

Slides

SettingDescription
Per viewNumber of slides visible at once (1-10; only for Slide and Coverflow effects)
Per groupHow many slides advance at once (when Per view is greater than 1)
CenteredCenter the active slide (when Per view is greater than 1)

Autoplay

SettingDescription
AutoplayEnable automatic slide advancement with a configurable delay in seconds
Pause on hoverPause autoplay when the mouse hovers over the slider

Loop

SettingDescription
NoneSlides stop at the first and last slide
LoopContinuous infinite loop
RewindReturns to the first slide after the last
SettingDescription
Show navigationDisplay previous/next arrow buttons
PaginationHidden, Passive bullets, Clickable bullets, or Fraction (e.g. 1/5)

Interaction

SettingDescription
Touch eventsAllow swiping on touch devices
Slide on clickNavigate to clicked slide (when touch enabled)
MousewheelNavigate slides with the scroll wheel

Managing Slides

  • Add a slide — Use the “Add slide” action in the slider settings or duplicate an existing slide in the Layers panel
  • Reorder slides — Drag slides in the Layers panel
  • Delete a slide — Select a slide and delete it from the Layers panel

Collection-Powered Slides

You can use CMS collection items as slides to create dynamic, data-driven sliders. Instead of manually creating each slide, connect a collection and design a single slide template that repeats for each item.

  1. Select the Slides block in the Layers panel
  2. Right-click and choose Convert to collection, then select the collection
  3. Design a single Slide inside and bind collection fields to its elements (images, text, links, etc.)

Each collection item generates a slide automatically. This is ideal for testimonial sliders, product carousels, team member spotlights, and any content managed through the CMS.

Styling

You can style every part of the slider independently:

  • Slide content — Add any elements inside slides and style them with design controls
  • Navigation arrows — Select the prev/next buttons and customize their appearance
  • Pagination bullets — Style the bullet indicators; the active bullet receives a current state that you can style separately

Use the Fade effect for hero image sliders and the Coverflow effect for product showcases. The Cards effect works well for stacked card presentations.

Last updated on