Skip to content

Commit b3c236a

Browse files
chore: update readme
1 parent 60c88d5 commit b3c236a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,19 @@ the image position while image is loading.
340340

341341
To see the full cloudimage documentation [click here](https://docs.cloudimage.io/go/cloudimage-documentation)
342342

343+
### lazyLoading
344+
345+
###### Type: **Bool** | Default: **undefined** | _optional_
346+
347+
Property allows to override global lazyLoading config for specific images.
348+
349+
### emptyOnSsr
350+
351+
###### Type: **Bool** | Default: **false** | _optional_
352+
353+
Allow to specify visibilyty behavior for SSR.
354+
If you use SSR and want to use lazy loading for some images (maybe some images which are not on initial viewport) it's recommended to set emptyOnSsr to true.
355+
343356
## <a name="browser_support"></a>Browser support
344357

345358
Tested in all modern browsers and IE 11.

0 commit comments

Comments
 (0)