Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddprrt/reveal-videoplayer

Plugin for reveal.js to start videos automatically
https://github.com/ddprrt/reveal-videoplayer

Last synced: 5 days ago
JSON representation

Plugin for reveal.js to start videos automatically

Awesome Lists containing this project

README

        

reveal-videoplayer
==================

Plugin for [reveal.js](http://revealjs.com/) — starts a <video> once the slide appears

## Installation

Just copy reveal-videoplayer.js into your plugin directory and include it in your reveal setup:

```
dependencies: [{
src: 'plugin/reveal-videoplayer.js',
async: true,
condition: function() {
return !!document.createElement('video').canPlayType;
}
}]
```