From: Hakim El Hattab Date: Sat, 27 Apr 2013 22:42:15 +0000 (-0400) Subject: update readme to cover #388 X-Git-Tag: 2.4.0~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=caeeacbe4a61bedb8bd91491878afe7e1bd6e6f0;p=reveal.js.git update readme to cover #388 --- diff --git a/README.md b/README.md index fff69c0..d88625b 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,16 @@ Reveal.toggleOverview(); Just press »F« on your keyboard to show your presentation in fullscreen mode. Press the »ESC« key to exit fullscreen mode. +### Embedded media +Embedded HTML5 video/audio and YouTube iframes are automatically paused when your navigate away from a slide. This can be disabled by decorating your element with a `data-ignore` attribute. + +Add `data-autoplay` to your media element if you want it to automatically start playing when the slide is shown: + +```html + +``` + + ## PDF Export Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use [Google Chrome](http://google.com/chrome).