Skip to content

Image Slider Section TWO

This content is for v1.0. Switch to the latest version for up-to-date documentation.

The Image Slider Section TWO is a carousel-based image slider that supports multiple slides with images, text, and call-to-action buttons. It’s ideal for pages that want to present multiple messages or offers, rotating through different content automatically or manually.



Example of Image Slider Section TWO
Example of Image Slider Section TWO

  • Type: Array of slide objects
  • Required: Yes
  • Purpose: Configuration of slides for the image slider
  • Min Count: 1
  • Max Count: 10

Each slide includes:

  • Type: Image
  • Required: Yes
  • Purpose: Main image for this slide
  • Options: Hotspot enabled for optimal cropping and focal point control

  • Type: String
  • Required: Yes
  • Purpose: Heading displayed on the slide
  • Max Length: 100 characters

  • Type: Text
  • Required: Yes
  • Rows: 3
  • Purpose: Description text displayed on the slide
  • Max Length: 300 characters

  • Type: Boolean
  • Required: No
  • Purpose: Toggle to display a call to action button on this slide
  • Default Value: false

  • Type: Object
  • Required: No
  • Purpose: Button configuration for the slide
  • Note: Only visible when “Show Call to Action Button” is enabled

Each button includes:

  • Type: String
  • Required: Yes
  • Purpose: Text displayed on the button
  • Type: String
  • Required: Yes
  • Purpose: Relative path (e.g., /contact, /services)
  • Validation: Must start with /
  • Example:
    /contact or /services
  • Type: Boolean
  • Required: No
  • Purpose: Automatically advance to the next slide
  • Default Value: true

  • Type: Number
  • Required: No
  • Purpose: Seconds between automatic slide transitions (1-30 seconds)
  • Default Value: 5
  • Min Value: 1
  • Max Value: 30
  • Note: Only visible when “Enable Autoplay” is enabled

  • Type: Boolean
  • Required: No
  • Purpose: Display clickable dots below the slider for navigation
  • Default Value: true
  • Type: String
  • Required: No
  • Purpose: Controls the height of the slider
  • Default Value: large
  • Options:
    • small – Small (30vh)
    • medium – Medium (50vh)
    • large – Large (70vh)
    • fullscreen – Fullscreen (100vh)
    • custom – Custom Height

  • Type: String
  • Required: No
  • Purpose: Custom CSS height value (e.g., “400px”, “50vh”, “20rem”). Only used when height is set to “Custom Height”
  • Note: Only visible when “Slider Height” is set to custom
  • Validation: Must be a valid CSS height value (supports px, vh, vw, rem, em, %, or auto)
  • Example:
    400px, 50vh, or 20rem

  • Type: String
  • Required: No
  • Purpose: Controls the width of the image slider
  • Default Value: 100%
  • Options:
    • 100% – Full width
    • 50% – Half width
    • custom – Custom Width

  • Type: String
  • Required: No
  • Purpose: Custom CSS width value (e.g., “400px”, “50vw”, “20rem”). Only used when width is set to “Custom Width”
  • Note: Only visible when “Slider Width” is set to custom
  • Validation: Must be a valid CSS width value
  • Example:
    400px, 50vw, or 20rem

  • Type: Reference (backgroundColor)
  • Required: No
  • Purpose: Sets the background color for the slider

  • Slides:
    1. Slide 1:
      • Image: Modern office or facility
      • Title: Professional Services
      • Description: Professional services with modern solutions and experienced team members
      • Show Call to Action Button: true
      • Call to Action Button: “Sign up now” → /registration
    2. Slide 2:
      • Image: Product or service
      • Title: Sustainable Solutions
      • Description: Discover our eco-friendly and sustainable solutions
      • Show Call to Action Button: true
      • Call to Action Button: “Learn more” → /solutions
    3. Slide 3:
      • Image: Team or group
      • Title: Premium Packages
      • Description: Get results quickly with our proven premium packages
      • Show Call to Action Button: true
      • Call to Action Button: “View packages” → /packages
  • Enable Autoplay: true
  • Autoplay Speed: 5 seconds
  • Show Navigation Dots: true
  • Slider Height: large (70vh)
  • Slider Width: 100%
  • Background Color: Reference to a backgroundColor object

  • Slide count: 3-5 slides are optimal for user experience—too few doesn’t justify a carousel, too many can overwhelm
  • Slide content: Each slide should have a clear, focused message
  • Images: Use high-quality, meaningful images that support the message
  • Text lengths: Keep titles short (max 100 characters), descriptions concise (max 300 characters)
  • Autoplay speed: 5-7 seconds is a good balance between attention and information delivery
  • Navigation: Enable navigation dots for better usability
  • Height: “Large” (70vh) is optimal for most cases; use “Fullscreen” sparingly

  • Carousel functionality: Supports 1-10 slides with automatic or manual navigation
  • Flexible sizing: Various predefined heights or custom CSS values
  • Autoplay: Automatic slide transitions with configurable speed
  • Navigation: Clickable dots for direct navigation to a specific slide
  • Hotspot images: Slide images support hotspot function for better image editing
  • Responsive: Adapts to different screen sizes

  • Pages (page)
    General content pages, especially when multiple offers or messages need to be showcased

  • Slides are displayed in order, with the first slide shown initially
  • CTA buttons are configured inline (not as references) with required label (button text) and link (relative link) fields
  • Navigation dots indicate the current slide
  • Background color references the global backgroundColor schema
  • Custom height and width accept any valid CSS value (px, vh, vw, rem, em, %, or auto)
  • Custom height and width fields are validated to ensure proper CSS format
  • The slider requires a minimum of 1 slide and supports up to 10 slides

FeatureImage Slider Section ONEImage Slider Section TWO
Global ContentYes (Title, Description, CTA, Alignment)No
Global CTA ButtonYes (optional)No
Global Content AlignmentYes (Left/Right)No
Slide-Specific CTAYes (optional, per slide)Yes (optional, per slide)
Slide Content AlignmentYes (optional, per slide)No
Slide HeadlinesOptional (overrides global title)Required (max 100 characters)
Slide DescriptionsOptional (overrides global description)Required (max 300 characters, 3 rows)
Image LinksYes (clickable images with URL)No
Image CaptionsYes (optional)No
Alt TextRequired (min 1, max 125 characters)Required (same)
Slide Count1-10 slides (minimum 1)1-10 slides (minimum 1)
StructureGlobal + slide-specific contentSlide-only content
Use CaseContent with shared global elementsIndependent slide content
ComplexityMore flexible, supports global defaultsSimpler, slide-focused