update readme to cover #388
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 27 Apr 2013 22:42:15 +0000 (18:42 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 27 Apr 2013 22:42:15 +0000 (18:42 -0400)
README.md

index fff69c01005cb534cca43b2c0076decf6beff3fe..d88625b9f5678404078d2cab4645a2ce82ab53fa 100644 (file)
--- 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
+<video src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" data-autoplay></video>
+```
+
+
 ## 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).