Websites v4 docs v5.2.4
    Preparing search index...
    • Takes an image path and generates a valid Homeflow CDN URL. If a width and height are provided, the image will be resized.

      Parameters

      • image: string | { description: string; image: string } | null | undefined
      • Optionaloptions: {
            height?: number;
            imageId?: number;
            isDbapiImage?: boolean;
            md5?: string | null;
            width?: number;
        }

      Returns string