charlesabraham / responsive-slideshow
A responsive slideshow which automatically adjusts to screensize
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.0
- silverstripe/framework: ~3.0
This package is not auto-updated.
Last update: 2023-11-25 13:48:45 UTC
README
This module has been designed to create a responsive slideshow that can be used anywhere in the site.
Usage
- Copy the folder to the root of silverstripe installation.
- Flush the dev cache.
- New admin menu bar will be present for adding new slides.
- Site config will have the rest of cofigurations for selecting the slide interval and number of slides to display.
Include
Include the code
<% include Slideshow %>where the slideshow needs to be displayed.