Image and content sliders for Contensio.
- Create multiple named sliders, each with its own settings
- Unlimited slides per slider: title, subtitle, description, image, CTA button
- Per-slide overlay color/opacity and text position (left/center/right)
- Per-slider options: autoplay, autoplay delay, transition (slide/fade), show arrows, show dots, height
- Embed on any page via a block type (registered automatically on install)
- Shortcode-style helper view for themes:
@include('contensio-slider::partials.slider', ['slug' => 'hero']) - Pure-CSS + vanilla JS, no heavy dependencies, works on every browser
- Touch/swipe support on mobile
- Keyboard accessible (arrow keys move slides when focused)
- Contensio CMS
^2.0
composer require contensio/plugin-sliderEnable the plugin from the admin Plugins page. The CMS runs the migrations and registers the slider block type automatically.
- Go to
Tools -> Slidersand create a slider. - Open the slider and add slides with images, titles, CTAs.
- In the page editor, add a
sliderblock and pick the slider you created.
Or embed directly in a theme:
@include('contensio-slider::partials.slider', ['slug' => 'hero'])The plugin ships minimal CSS and JS. They are auto-injected on any page that renders a slider. To override:
php artisan vendor:publish --tag=contensio-slider-assetsAGPL-3.0-or-later. See the LICENSE file.