Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #236 from rgllm/master
docs: add lozad class to video example
  • Loading branch information
ApoorvSaxena committed Apr 27, 2020
2 parents 7714f03 + 85f041d commit b36e456
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 b36e456

Please sign in to comment.