You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Installing this component is very easy and it has just one dependency: [React](h
20
20
$ bower install --save react-video
21
21
```
22
22
23
-
- Or if you want to [download the lastest release](https://github.com/pedronauck/react-video/archive/v1.2.0.zip) and put in your website, it will work too!
23
+
- Or if you want to [download the lastest release](https://github.com/pedronauck/react-video/archive/v1.3.0.zip) and put in your website, it will work too!
24
24
25
25
**NOTICE:** You need just one thing to make the component work. Put the [base component style](./dist/react-video.css) at the `<header>` tag. If you don't wanna use the `.css` extension, you can get the `.styl` or `.scss` extension at the folder `./lib`.
26
26
@@ -86,7 +86,7 @@ For more details, check out the API below.
86
86
87
87
Property | Type | Default | Required | Description
88
88
-------- | ---- | ------- | -------- |-----------
89
-
from | `String` | none | yes | Video source: `youtube` or `vimeo`
89
+
from | `String` | none | no | Video source: `youtube` or `vimeo`. Leave empty and the service will be detected for you by looking a the id.
0 commit comments