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

dev-master 2016-05-13 06:18 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:07:29 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.