Skip to content

Commit

Permalink
Add explicitWidth in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
delphaber committed Mar 24, 2020
1 parent 8bfc1a0 commit c16641b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export default {
| intersection-treshold | float | 0 | :x: | Indicate at what percentage of the placeholder visibility the loading of the image should be triggered. A value of 0 means that as soon as even one pixel is visible, the callback will be run. A value of 1.0 means that the threshold isn't considered passed until every pixel is visible. |
| intersection-tmargin | string | "0px 0px 0px 0px" | :x: | Margin around the placeholder. Can have values similar to the CSS margin property (top, right, bottom, left). The values can be percentages. This set of values serves to grow or shrink each side of the placeholder element's bounding box before computing intersections. |
| lazy-load | Boolean | true | :x: | Wheter enable lazy loading or not |
| explicitWidth | Boolean | false | :x: | Wheter the image wrapper should explicitely declare the width of the image or keep it fluid |

#### The `ResponsiveImage` object

Expand Down

0 comments on commit c16641b

Please sign in to comment.