Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.farkas committed Sep 30, 2018
1 parent a0e585b commit da15703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/parent-fit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Simply include this plugin, combine your width descriptors with height descripto
```html
<!-- Usage of the data-aspectratio attribute: Divide width by height: 400/800 = data-aspectratio="0.5" -->

<img data-srcset="http://lorempixel.com/400/800/people/6/ 400w 800h,
<img data-srcset="http://lorempixel.com/400/800/people/6/ 400w,
http://lorempixel.com/300/600/people/6/ 300w,
http://lorempixel.com/200/400/people/6/ 200w"
data-aspectratio="0.5"
Expand Down

0 comments on commit da15703

Please sign in to comment.