Appearance
Images & Media
The Asset Library is where you upload and manage the images used across your site. Open it from Assets in the portal, upload an image, and the platform stores it, generates optimized versions, and gives you a URL you can use anywhere on the page.
You can drop an image straight into the library, or reach it while replacing an image in the Visual Editor.
Uploading
Each upload accepts a single image up to 10 MB in JPEG, PNG, WebP, GIF, or SVG. As you upload you can set:
- Folder — organize assets into a path so large libraries stay tidy.
- Alt text — describe the image for accessibility and SEO.
Using an asset
Open an asset to see its details, including a CDN URL you can copy and paste wherever you need the image. The image is served from the DCS content delivery network for fast, global delivery.
Automatic responsive variants
For raster images, the platform generates a set of optimized variants automatically:
- Thumbnail
- Mobile
- Tablet
- Desktop
- Social / OG (for link previews)
On your live site, DCS renders these as a responsive <picture> element with modern WebP sources, so each visitor's browser downloads a size and format suited to their screen. If a specific variant is ever missing, the image self-heals by falling back to the original — visitors never see a broken image.
Where CDN rewriting happens
Local /images/ paths are rewritten to CDN URLs when your site is built, not while you run it locally in development. That is why CDN-specific behavior only shows up in a production build.
Next steps
- Visual Editor — place and replace images on a page.
- SEO Management — alt text and metadata for search.
