1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-12 11:15:04 +02:00

Merge pull request #276 from tijptjik/patch-1

Simple typo
This commit is contained in:
Steve Heffernan 2013-01-10 13:40:49 -08:00
commit 92855aaf8f

View File

@ -4,7 +4,7 @@ Options
Setting Options
---------------
The Video.js emebed code is simply an HTML5 video tag, so for many of the options you can use the standard tag attributes to set the options.
The Video.js embed code is simply an HTML5 video tag, so for many of the options you can use the standard tag attributes to set the options.
```html
<video controls autoplay preload="auto" ...>
@ -111,4 +111,4 @@ The height attribute sets the display height of the video.
<video height="480" ...>
or
{ "height": 480 }
```
```