mirror of
https://github.com/videojs/video.js.git
synced 2024-12-12 11:15:04 +02:00
commit
92855aaf8f
@ -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 }
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user