Bitbybit Docs
    Preparing search index...

    Enumeration backgroundSizeEnum (Inputs.Base)

    How a background image is scaled to its area: at its natural size, covering the area and cropping the overflow, or contained entirely within it with empty space around. The values match the CSS background-size syntax.

    Index

    Enumeration Members

    Enumeration Members

    auto: "auto"
    cover: "cover"
    contain: "contain"