Fork me on GitHub

minislides

The minimal HTML slide presentation framework

You can navigate using

As you can see, incremental content is supported.

Minislides consists of one single HTML file.

Everything is included.

No plugins, no dependencies, no bullshit.

Only bytes of JavaScript.

Only bytes of CSS.

You can style your slides using CSS.

Or, a data-attribute:

   <section data-bg="#607d8b">

Its value will be copied to the body's background attribute when the slide is active.

You can use background-images, too.

The default stylesheet features

Image sizing defaults to shrink-to-fit.
Of course, you can override it, using CSS.

Minislides uses the location hash
to remember the current slide.
Press F5 to reload

Hyperlinks open in new tabs

Browser compatibility

Chrome Firefox Edge Opera

Thank you!