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

    Enumeration ObjectFit

    How an image fills the box it is drawn into. CSS object-fit.

    Index
    Contain: "contain"

    Scale until the whole image fits, keeping the aspect ratio.

    Cover: "cover"

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

    Fill: "fill"

    Stretch to the box, ignoring the aspect ratio. The default.

    None: "none"

    Draw at its natural size.

    ScaleDown: "scale-down"

    ObjectFit.None or ObjectFit.Contain, whichever is smaller.