---
title: "Content Slider Macro (Deprecated)"
canonical: "https://support.appfire.com/space/IMG/232751260/Content%20Slider%20Macro%20(Deprecated)"
format: markdown
---
**This macro is deprecated and replaced by the new ****[Content Slider Macro](https://appfire.atlassian.net/wiki/spaces/IMG/pages/150634555)**

Use the content slider macro to slide through page content like text, links or even charts instead of just images. Whether you want to create interactive step-by-step guides or just a simple news ticker, it's now possible with the content slider macro.

Place as many entries as you want inside a content slider macroblock by using the content slider entry macro:

![Content Slider Macros]()

### Parameters

| Parameter | Default | Description |
| --- | --- | --- |

| Parameter | Default | Description |
| --- | --- | --- |
| **Width**  
`width` | 500 | Width of the content slider in pixels. |
| **Responsive Width**  
`responsiveWidth` | false | Enable to let the content slider adapt to the available space. This will override any custom width. |
| **Height**  
`height` | None - height will be determined by aspect ratio | Height of the content slider in pixels. Leave blank to use aspect ratio instead. |
| **Aspect Ratio**  
`aspectRatio` | 16x9 | Choose your desired aspect ratio. Valid values are:<br>- **16x9**
- **4x3** |
| **Background Color**  
`backgroundColor` | whiteSmoke | Background color of the content slider. Use hexadecimal notation or [HTML color name](https://www.w3schools.com/colors/colors_names.asp). |
| **Effect**  
`effect` | fade | Choose between multiple transition effects. Valid values are:<br>- **fade**
- **horizontal-push**
- **horizontal-slide**
- **vertical-push**
- **vertical-slide** |
| **Auto Slide**  
`autoSlide` | true | Enable to automatically slide through content entries. |
| **Display Time**  
`delay` | 3000 | Time (ms) how long each slide will be shown. |
| **Pause on Hover**  
`pauseOnHover` | true | Stop animation while hovering, if auto slide is enabled. |
| **Show Timer**  
`showTimer` | false | Enable to show slide countdown timer, if auto slide is enabled. Not supported in Internet Explorer. |
| **Reset Timer on Click**  
`resetTimerOnClick` | false | Enable to reset timer on click, if auto slide is enabled. |
| **Show Navigation**  
`showNavigation` | onHover | Choose to show prev/next navigation:<br>- **always** - Always display prev/next navigation.
- **onHover** - Display prev/next navigation only on hover.
- **never** - Hide prev/next navigation. |
| **Show Bullets**  
`showBullets` | always | Choose to show navigation bullets below the slider:<br>- **always** - Always display navigation bullets below the slider.
- **never** - Hide navigation bullets. |
| **Show Slide Numbers**  
`showSlideNumbers` | false | Enable to show slide numbers. |
| **Content Padding**  
`contentPadding` | true | Enable to add padding to slide content. |