Images

KooeeZ customizes the default HTML <img> tag.

Although not required, it is recommended to put the file name into a field with a type "Media File", this way the value will be analyzed when inputting it and missing files will be shown under the cell instead of having to preview the card.

See the Media File page to understand how to manage audio (and image) files, and see the Supported File Formats.

Syntax

<img src="{{FIELD_IMAGE_FILE_NAME}}" height="300" width="150" img-click-reload="true" img-dark-invert="1">

img-click-reload: true/false. Optional. This attributes lets the image be reloaded when you click on it. Useful for an SVG image that is animated once.

img-dark-invert: number from 0 to 1, or percentage. Optional. This sets the CSS style filter: invert(value);, inverting the colors when in dark mode.