Background

background - bg - bg_<color value>

Value
Type
Description

color value

string, hex

Default Value: white

Value can be;

  • 3-8 Digit RGB or RGBA Hex (without #)

  • A named color

Eg. bg_orange, bg_FFF, bg_C40087

Changes the background color of an image if there is any space left after cropping.

To see all named colors: https://drafts.csswg.org/css-color/#named-colors

Auto

Auto property calculates the proper background color for your image's theme

Last updated