Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ddprrt/reveal-videoplayer
- Owner: ddprrt
- Created: 2013-09-12T17:52:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-12T18:02:59.000Z (over 11 years ago)
- Last Synced: 2024-04-15T22:37:55.277Z (9 months ago)
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
}
}]
```