{{<cardlink="/"title="Local Image"image="/images/space.jpg"subtitle="Image under assets directory, processed by Hugo."method="Resize"options="600x q80 webp">}}
{{<cardlink="/"title="Local Image"image="/images/card-image-unprocessed.jpg"subtitle="Raw image under static directory.">}}
1. Remote image: the full URL in the `image` parameter.
2. Static image: use the relative path in Hugo's `static/` directory.
3. Processed image: use the relative path in Hugo's `assets/` directory.
Hextra auto-detects if image processing is needed during build and applies the `options` parameter or default settings (Resize, 800x, Quality 80, WebP Format).
It currently supports these `method`: `Resize`, `Fit`, `Fill` and `Crop`.
For more on Hugo's built in image processing commands, methods, and options see their [Image Processing Documentation](https://gohugo.io/content-management/image-processing/).