Hello, We would like to use the operation 'fit' with a blurred background : - https://docs.cloudimage.io/go/cloudimage-documentation-v7/en/image-resizing/fit/blurred-background Could you please provide us an example of integration by adding `bg_img_fit=1&bg_opacity=0.85` ? ``` <ci-img [src]="imageUrl" [operation]="'fit'" [size]="'172x92'" ></ci-img> ``` Thanks,