File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
314314calculation 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
Original file line number Diff line number Diff 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)' ,
You can’t perform that action at this time.
0 commit comments