Skip to content

Commit

Permalink
Merge branch 'master' of github.com:viktorbergehall/lazyframe
Browse files Browse the repository at this point in the history
  • Loading branch information
vb committed Feb 4, 2017
2 parents 7df2c60 + b3b26b7 commit 84e25da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Include css in html
### Initialize

```es6
// Passing a target
// Passing a selector
lazyframe('.lazyframe');

// Passing a nodelist
Expand Down Expand Up @@ -90,7 +90,7 @@ lazyframe(elements, {
})
```
### `apikey`
If you want to load a thumbnail and title for a Youtube video you'll have to have an apikey with the Youtube data api library enabled. Get it from [here](console.developers.google.com)
If you want to load a thumbnail and title for a Youtube video you'll have to have an apikey with the Youtube data api library enabled. Get it from [here](https://console.developers.google.com)

_If you don't feel like getting a key, just use your own thumbnail and title in data-thumbnail and data-title attribute_

Expand Down

0 comments on commit 84e25da

Please sign in to comment.