Background Tag

Puts a background image behind a specified image. The background image has to be equal or larger in dimensions than the one in the foreground and the filtered image will have the dimensions of the provided background image.

ParameterDescriptionRequiredAllowed ValuesDefault
backgroundImageUriThe URI identifying the background image.Yes[URI]n/a
opacityThe opacity of the foreground image, where 0 is translucent and 100 is opaque.No[0-100]100
orientationThe foreground orientation in degrees, based on the original orientation assumed bein 0 for 'north'.No[0-360]0
positionYVertical pixel offset for the foreground imageNo[1-n]0
positionXHorizontal pixel offset for the foreground imageNo[1-n]0
idHTML id attribute.No[CData]n/a
imageImage source URI.Yes[URI]n/a
encodeEncoding format for the resulting image.No[png , gif , jpg , tif , bmp]Source image format
widthImage width.No[CData]n/a
heightImage height.No[CData]n/a
titleImage title shown on tooltips.No[CData]n/a
borderImage border width.No[CData]n/a
cssClasscss class applied to the image tag.No[CData]n/a
cssStylecss style directly applied to the image tag.No[CData]n/a
onclickJavascript handling for this event.No[Javascript]n/a
ondblclickJavascript handling for this event.No[Javascript]n/a
onmousedownJavascript handling for this event.No[Javascript]n/a
onmouseupJavascript handling for this event.No[Javascript]n/a
onmouseoverJavascript handling for this event.No[Javascript]n/a
onmousemoveJavascript handling for this event.No[Javascript]n/a
onmouseoutJavascript handling for this event.No[Javascript]n/a
onkeydownJavascript handling for this event.No[Javascript]n/a
onkeyupJavascript handling for this event.No[Javascript]n/a