Function getImagePositionClassName

  • Returns the CSS class name for the image position.

    Parameters

    Returns
        | ""
        | "object-left-top"
        | "object-top"
        | "object-right-top"
        | "object-left"
        | "object-center"
        | "object-right"
        | "object-left-bottom"
        | "object-bottom"
        | "object-right-bottom"

    The CSS class name.

    0.5.0