1
0
mirror of https://github.com/videojs/video.js.git synced 2025-04-07 07:19:54 +02:00

“affect” => “effect” in options guide

This commit is contained in:
Steven Luscher 2015-02-02 13:49:47 -08:00
parent cb0f93c27d
commit e5ca608fc0

View File

@ -88,7 +88,7 @@ or
### loop ### ### loop ###
The loop attribute causes the video to start over as soon as it ends. This could be used for a visual affect like clouds in the background. The loop attribute causes the video to start over as soon as it ends. This could be used for a visual effect like clouds in the background.
```html ```html
<video loop ...> <video loop ...>
or or