IMAGE

Renders an image file.

Properties

align

align
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
Copied!

file

file
Type
imgResource

The image file.

mask

mask
Type
imgResource

Optional mask image for the image file.

offset

offset
Type
x,y +calc / stdWrap
Default
0,0

Offset of the image.

tile

tile
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.