Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias ImageField

    type ImageField = {
        active?: boolean;
        alt: string;
        backgroundColor?: string;
        color?: string;
        height?: number;
        hidden?: boolean;
        lazy?: boolean;
        linkTitle?: string;
        objectFit?: string;
        opacity?: number;
        position?: string;
        positionMobile?: string;
        src?: string;
        svg?: string;
        target?: "_self" | "_blank";
        type?: string;
        url?: string;
        width?: number;
    }
    Index

    Properties

    active?: boolean

    Enables/disables images, e.g. mobile on carousel slides

    alt: string
    backgroundColor?: string
    color?: string
    height?: number
    hidden?: boolean
    lazy?: boolean
    linkTitle?: string

    Used for title attribute added to the a tag to add in SEO

    objectFit?: string
    opacity?: number
    position?: string
    positionMobile?: string
    src?: string
    svg?: string
    target?: "_self" | "_blank"
    type?: string
    url?: string
    width?: number