Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: add lozad class to video example
  • Loading branch information
Roge虂rio Moreira committed Apr 23, 2020
1 parent 7714f03 commit 85f041d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -217,7 +217,7 @@ When _lozad_ loads this picture element, it will fix it.
## Example with video

```html
<video data-poster="images/backgrounds/video-poster.jpeg">
<video class="lozad" data-poster="images/backgrounds/video-poster.jpeg">
<source data-src="video/mov_bbb.mp4" type="video/mp4">
<source data-src="video/mov_bbb.ogg" type="video/ogg">
</video>
Expand Down

0 comments on commit 85f041d

Please sign in to comment.