Skip to content

Commit da15703

Browse files
author
alexander.farkas
committed
readme
1 parent a0e585b commit da15703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/parent-fit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Simply include this plugin, combine your width descriptors with height descripto
1313
```html
1414
<!-- Usage of the data-aspectratio attribute: Divide width by height: 400/800 = data-aspectratio="0.5" -->
1515

16-
<img data-srcset="http://lorempixel.com/400/800/people/6/ 400w 800h,
16+
<img data-srcset="http://lorempixel.com/400/800/people/6/ 400w,
1717
http://lorempixel.com/300/600/people/6/ 300w,
1818
http://lorempixel.com/200/400/people/6/ 200w"
1919
data-aspectratio="0.5"

0 commit comments

Comments
 (0)