Frontend Developer Manual / Version 2406.0
Table Of Contents
There are no special rules for images. Images are imported in Technical Image
content items. In your CSS
or JavaScript files in the workspace, you link to images through a relative path URL. For example,
background-image: url("../images/testimage.png")
. After the upload, these links
are replaced by internal content links.
The following image types in themes are supported: jpeg, gif, png, svg, webp, and avif.
Note
Inside themes images can also be referenced from FreeMarker templates (see Section 5.7, “Referencing a Static Theme Resource in FreeMarker”).