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.