Skip to content

Commit c033ff2

Browse files
author
amrelbialy
committed
chore: add to readme
1 parent e553ad2 commit c033ff2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,13 @@ Delay for processing an image after rendering component.
313313
**NOTE:** normally the parameter is not needed, but in some cases with integrating third part libraries it can fix wrong
314314
calculation of image container.
315315
316+
### ignoreNodeImgSize
317+
318+
###### Type: **boolean** | Default: **false** | _optional_
319+
320+
If set to true, the plugin ignores width and height attributes.
321+
322+
316323
## <a name="image_properties"></a> Image properties
317324
318325
### src

src/CloudImageProvider.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
doNotReplaceURL: this.cloudImageConfig.doNotReplaceURL || false,
3636
devicePixelRatioList: this.cloudImageConfig.devicePixelRatioList || CONSTANTS.DEVICE_PIXEL_RATIO_LIST,
3737
limitFactor: this.cloudImageConfig.limitFactor || 100,
38-
ignoreNodeImgSize:this.cloudImageConfig.ignoreNodeImgSize,
38+
ignoreNodeImgSize: this.cloudImageConfig.ignoreNodeImgSize,
3939
xs: '(max-width: 575px)',
4040
sm: '(min-width: 576px)',
4141
md: '(min-width: 768px)',

0 commit comments

Comments
 (0)