Skip to content

Commit ae7d122

Browse files
authored
Updated README.md - removed incorrect references to Youtube
Hi, just came upon this package and noticed the README.md - still references YouTube (I think incorrectly) in a few places
1 parent afc9f0e commit ae7d122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Height and Width are responsive in the component.
9595
9696
## AutoLoad with IntersectionObserver
9797
98-
Uses Intersection Observer if available to automatically load the YouTube iframe when scrolled into view.
98+
Uses Intersection Observer if available to automatically load the Vimeo iframe when scrolled into view.
9999
100100
```html
101101
<lite-vimeo videoid="364402896" autoload></lite-vimeo>
@@ -114,7 +114,7 @@ flexibility.
114114
115115
| Name | Description | Default |
116116
| ------------ | ---------------------------------------------------------------- | ------- |
117-
| `videoid` | The YouTube videoid | `` |
117+
| `videoid` | The Vimeo videoid | `` |
118118
| `videotitle` | The title of the video | `Video` |
119119
| `videoplay` | The title of the play button (for translation) | `Play` |
120120
| `autoload` | Use Intersection Observer to load iframe when scrolled into view | `false` |

0 commit comments

Comments
 (0)