1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-27 22:01:42 +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 ###
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
<video loop ...>
or