# kol-image

<!-- Auto Generated Below -->


## Properties

| Property            | Attribute  | Description                                                                   | Type                             | Default     |
| ------------------- | ---------- | ----------------------------------------------------------------------------- | -------------------------------- | ----------- |
| `_alt` _(required)_ | `_alt`     | Setzt den alternativen Text.                                                  | `string`                         | `undefined` |
| `_loading`          | `_loading` | Defines the loading mode for the image.                                       | `"eager" \| "lazy" \| undefined` | `'lazy'`    |
| `_sizes`            | `_sizes`   | Defines the image sizes for different screen resolutions, supporting _srcset. | `string \| undefined`            | `undefined` |
| `_src` _(required)_ | `_src`     | Sets the image `src` attribute to the given string.                           | `string`                         | `undefined` |
| `_srcset`           | `_srcset`  | Setzt eine Liste von Quell-URLs mit Breiten der Bilder.                       | `string \| undefined`            | `undefined` |


----------------------------------------------


