One image locally

Markdown:

![Just One Locally]({property_name.src})

Just One Locally

YAML definition:

    
images:
  - name: property_name
    image: ./desert.webp
    width: 800

    

JSON of the property:

    
{
    "format": "webp",
    "width": 800,
    "height": 457,
    "space": "srgb",
    "channels": 3,
    "depth": "uchar",
    "isProgressive": false,
    "hasProfile": false,
    "hasAlpha": false,
    "aspect": 1.75,
    "allowUpscale": false,
    "src": "/_app/immutable/assets/desert.CrrWxeRY.webp"
}
    

Just a single declaration generating one image from a locally referenced source desert.webp. The object can be accessed by it’s name: property_name . It’s transformed image can thus be referenced by property_name.src . Here is the full content of the object: