KC's Workspace
    Preparing search index...

    A value for the aspect-ratio property.

    interface AspectRatio {
        auto: boolean;
        ratio?: Ratio | null;
    }
    Index

    Properties

    Properties

    auto: boolean

    The auto keyword.

    ratio?: Ratio | null

    A preferred aspect ratio for the box, specified as width / height.