meo-canvas - v8.1.0
    Preparing search index...

    Enumeration BackgroundSize

    How a background image is sized against the box, where it is not given a length.

    Index
    Contain: "contain"

    Scale until the whole image fits, leaving space on one axis. Keeps the aspect ratio.

    Cover: "cover"

    Scale until the box is covered, cropping the overflow. Keeps the aspect ratio.