Skip to content

Commit 82e2684

Browse files
author
Vadim Kudriavtcev
committed
description fix
1 parent 6b8814e commit 82e2684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ src | string | undefined | Required. A string ref
6666
thumbnail | string | undefined | Required. A string referring to any valid image resource (file, url, etc).
6767
thumbnailWidth | number | undefined | Required. Width of the thumbnail image.
6868
thumbnailHeight | number | undefined | Required. Height of the thumbnail image.
69-
nano | string:base64 | undefined | Optional. Thumbnail Base64 image will be injected to background under the main image, that is waiting for a loading. This is super helpful and fancy if you receive base64 images 4x4 pixels from server-side response.
69+
nano | string:base64 | undefined | Optional. Thumbnail Base64 image will be injected to background under the main image, that is waiting for a loading. This is super helpful and fancy if you receive base64 images 4x4 pixels from the server-side response.
7070
alt | string | "" | Optional. Image alt attribute.
7171
tags | array | undefined | Optional. An array of objects containing tag attributes (value and title). e.g. `{value: "foo", title: "bar"}`
7272
isSelected | bool | undefined | Optional. The selected state of the image.

0 commit comments

Comments
 (0)