IMAGE

Renders an image file.

Properties

align

align
Data type

VHalign / stdWrap

Default

1,1

Pair of values, which defines the horizontal and vertical alignment of the image.

Values:

Horizontal alignment:

l

left

c

center

r

right

Vertical alignment:

t

top

c

center

b

bottom

Example:

Horizontally centered, vertically at the bottom:

EXT:site_package/Configuration/TypoScript/setup.typoscript
align = c, b

file

file
Data type

imgResource

The image file.

mask

mask
Data type

imgResource

Optional mask image for the image file.

offset

offset
Data type

x,y +calc / stdWrap

Default

0,0

Offset of the image.

tile

tile
Data type

x,y / stdWrap

Default

1,1

Repeat the image x,y times (which creates the look of tiles).

Maximum number of times in each direction is 20. If you need more, use a larger image.