| sizeArray | The Array of Objects with image sizes for the image. E.g [{folder: '100x100', descriptor: '100w'}} | Array | false | [] |
| sizes | The sizes string | String | false | - |
| filename | The filename part of the image path | String | false | - |
| type | Type of image, also name of the folder in the image path | String | false | - |
| alt | A human friendly description of the image, for screen readers and SEO | String | true | - |
| ratio | The ratio of the image, height / width | Number | true | - |
| forceRatio | Force the image to keep supplied ratio | Boolean | false | false |
| src | Direct link to image if not from image service | String | false | - |
| loading | Value for the loading attribute | String | false | lazy |
| bannerImage | Image will displayd in background | Boolean | false | false |
| srcset | Set srcet for image | String | false | - |