### Parameters
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| name | string | | Name of the element |
| value | string | | Data field containing a path or URL to the image |
| [valueList] | string | | References a variable that holds a list of image URLs. For an example, see the [Multi-Page Document Annotation](/templates/multi-page-document-annotation) template. |
| [smoothing] | boolean | | Enable smoothing, by default it uses user settings |
| [width] | string | "100%" | Image width |
| [maxWidth] | string | "750px" | Maximum image width |
| [zoom] | boolean | false | Enable zooming an image with the mouse wheel |
| [negativeZoom] | boolean | false | Enable zooming out an image |
| [zoomBy] | float | 1.1 | Scale factor |
| [grid] | boolean | false | Whether to show a grid |
| [gridSize] | number | 30 | Specify size of the grid |
| [gridColor] | string | "#EEEEF4" | Color of the grid in hex, opacity is 0.15 |
| [zoomControl] | boolean | false | Show zoom controls in toolbar |
| [brightnessControl] | boolean | false | Show brightness control in toolbar |
| [contrastControl] | boolean | false | Show contrast control in toolbar |
| [rotateControl] | boolean | false | Show rotate control in toolbar |
| [crosshair] | boolean | false | Show crosshair cursor |
| [horizontalAlignment] | left \| center \| right | left | Where to align image horizontally. Can be one of "left", "center", or "right" |
| [verticalAlignment] | top \| center \| bottom | top | Where to align image vertically. Can be one of "top", "center", or "bottom" |
| [defaultZoom] | auto \| original \| fit | fit | Specify the initial zoom of the image within the viewport while preserving its ratio. Can be one of "auto", "original", or "fit" |
| [crossOrigin] | none \| anonymous \| use-credentials | none | Configures CORS cross domain behavior for this image, either "none", "anonymous", or "use-credentials", similar to [DOM `img` crossOrigin property](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/crossOrigin). |