We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1c11c commit 6bb4190Copy full SHA for 6bb4190
README.md
@@ -328,7 +328,14 @@ relative to baseUrl in your config.
328
329
The plugin uses a special algorithm to detect the width of image container and set the image size accordingly.
330
This is the recommended way of using the Cloudimage Responsive plugin.
331
-
+### onImgLoad
332
+###### Type: **function** | Default: **undefined**
333
+A function to be executed after the image is loaded
334
+```jsx
335
+<Img
336
+ src="dino-reichmuth-1.jpg"
337
+ onImgLoad={(params)=>{console.log(params);}}/>
338
+```
339
### width
340
341
###### Type: **String** (e.g. 300px, 20vw) | Default: **undefined**
0 commit comments