Features
Mastering Asset Management in Localess
Images, videos, and documents — learn how to organise and serve assets efficiently with Localess.
·
Sofia Müller· Product Manager
Assets are first-class citizens in Localess. Every image, video, and document is stored, versioned, and served via a CDN-backed URL.
Uploading assets
Drag and drop files directly in the Localess dashboard, or upload programmatically via the REST API.
Using assets in schemas
Add an asset field to any schema to let editors pick from the asset library:
{ "type": "asset", "key": "coverImage" }Resolving asset URLs
Always use resolveAsset() from the SDK — never hardcode asset URLs:
<img src={resolveAsset(data.coverImage)} alt={data.title} />Image transformations
Append transformation parameters to the asset URL for on-the-fly resizing and format conversion.