Skip to content

Commit

Permalink
updatede readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalle Ott committed Sep 3, 2018
1 parent b7854d8 commit 182a9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ prop. e.g. `<Img fluid={fluid} />`
| `position` | `string` | Defaults to `relative`. Pass in `absolute` to make the component `absolute` positioned |
| `backgroundColor` | `string` / `bool` | Set a colored background placeholder. If true, uses "lightgray" for the color. You can also pass in any valid color string. |
| `onLoad` | `func` | A callback that is called when the full-size image has loaded. |
| `onStartLoad` | `func` | A callback that is called when the full-size image starts loading, it gets the parameter { wasCached: boolean } provided. |
| `Tag` | `string` | Which HTML tag to use for wrapping elements. Defaults to `div`. |

## Image processing arguments
Expand Down

0 comments on commit 182a9db

Please sign in to comment.