1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-27 11:22:06 +02:00
This commit is contained in:
Mart van de Ven 2012-12-28 21:05:58 +08:00
parent a34259860f
commit 90febd2bcf

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 }
```
```