From a0d032062232fde96dbac04e1924a4eb00ae63d4 Mon Sep 17 00:00:00 2001 From: Sascha Dube Date: Tue, 11 Sep 2018 09:33:25 +0200 Subject: [PATCH] cleanup video test text --- tests/video.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/video.html b/tests/video.html index 4bfc4d7bf2..dcb0c1246d 100644 --- a/tests/video.html +++ b/tests/video.html @@ -51,13 +51,13 @@

JavaScript Options

autoplay Boolean|String true - Automatically start the video. Pauses the video if it is not visible. A value of `inview` will delay loading the video and play/pause the video as it enters/leaves the viewport. + The video automatically plays/pauses as it's visible/hidden on the page. A value of `inview` will delay loading the video and play/pause the video as it enters/leaves the viewport. automute Boolean false - Automatically mute the video. + Automatically mute YouTube or Vimeo videos.