From 182a9db407cedf1dd06e5da11f695c75dbe98e34 Mon Sep 17 00:00:00 2001 From: Kalle Ott Date: Tue, 31 Jul 2018 21:14:57 +0200 Subject: [PATCH] updatede readme --- packages/gatsby-image/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gatsby-image/README.md b/packages/gatsby-image/README.md index bb902e8bb37f7..c2082129ff647 100644 --- a/packages/gatsby-image/README.md +++ b/packages/gatsby-image/README.md @@ -259,6 +259,7 @@ prop. e.g. `` | `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