bespoke-simple-overview

This plugin creates an overview mode in which the viewer sees more than 1 slide at a time and it can be toggled using ESC or some other configurable key.

Hit 'ESC' now!! ;)

Works on different themes!

Try it out on:

Dependencies

Configuration

The plugin constructor can take a configuration object like this:

var simpleOverview = bespoke.plugins.simpleOverview({
  activationKey: 'd',   // Defaults to 27 (ESC)
  insertStyles: false   // Defaults to true
});

How it works

The default styling

Events

Triggering from a button