Update readme.md
This commit is contained in:
parent
d8fb876c81
commit
6b70c4b49a
13
readme.md
13
readme.md
@ -468,7 +468,18 @@ Here's a list of the methods supported:
|
|||||||
Get/Set the media source.
|
Get/Set the media source.
|
||||||
<br><br>
|
<br><br>
|
||||||
<strong>array</strong><br>
|
<strong>array</strong><br>
|
||||||
<code>.source([{ src: "/path/to/video.webm", type: "video/webm", ...more attributes... }, { src: "/path/to/video.mp4", type: "video/mp4", ...more attributes... }])`</code><br>
|
<pre><code>.source([
|
||||||
|
{
|
||||||
|
src: "/path/to/video.webm",
|
||||||
|
type: "video/webm",
|
||||||
|
...more attributes...
|
||||||
|
},
|
||||||
|
{
|
||||||
|
src: "/path/to/video.mp4",
|
||||||
|
type: "video/mp4",
|
||||||
|
...more attributes...
|
||||||
|
}
|
||||||
|
])`</code></pre><br>
|
||||||
This will inject a child `source` element for every element in the array with the specified attributes. `src` is the only required attribute although adding `type` is recommended as it helps the browser decide which file to download and play.
|
This will inject a child `source` element for every element in the array with the specified attributes. `src` is the only required attribute although adding `type` is recommended as it helps the browser decide which file to download and play.
|
||||||
<br><br>
|
<br><br>
|
||||||
<strong>YouTube</strong><br>
|
<strong>YouTube</strong><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user