# Fullscreen

A plugin for [Reveal.js](https://github.com/hakimel/reveal.js) allowing allowing to use fullscreen slides.

[Check out the live demo](https://rajgoel.github.io/reveal.js-demos/fullscreen-demo.html)

## Installation

Copy the files ```plugin.js``` into the plugin folder of your reveal.js presentation, i.e. ```plugin/fullscreen``` and load the plugin as shown below.

```html
<script src="plugin/fullscreen/plugin.js"></script>

<script>
    Reveal.initialize({
        // ...
        plugins: [ RevealFullscreen ],
        // ...
    });
</script>
```

## License

MIT licensed

Copyright (C) 2020 Asvin Goel
