diff --git a/src/content/partials/images/background.mdx b/src/content/partials/images/background.mdx index 138e20cf4ef3996..621694bb039f2bf 100644 --- a/src/content/partials/images/background.mdx +++ b/src/content/partials/images/background.mdx @@ -13,11 +13,19 @@ Background color to add underneath the image. Applies to images with transparenc OR background=red - ``` + + OR + + background= rgb%28240%2C40%2C145%29 + ``` ```js cf: {image: {background: "#RRGGBB"}} + + OR + + cf:{image: {background: "rgba(240,40,145,0)"}} ```