From c5efae5bd042327ec5fadba5dd80ec674fa7a65b Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Wed, 19 Apr 2017 20:23:11 +0200 Subject: [PATCH] Updated Plugin docs (markdown) --- Plugin-docs.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Plugin-docs.md b/Plugin-docs.md index c317359..54b71d4 100644 --- a/Plugin-docs.md +++ b/Plugin-docs.md @@ -43,3 +43,17 @@ There's a handful of keys that can be used to achieve navigation within WebSlide * `Space`: Go to the next slide. * `Home`: Go to the first slide. * `End`: Go to the last slide. + +## Video + +Any videos that have the `autoplay` attribute will get it removed and it will autoplay whenever you enter into the Slide. + +Example: + +```markup + +``` + +The video will play when you enter on that Slide and it will automatically pause whenever you exit from the slide. \ No newline at end of file