Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.
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:
align = c, b
Copied!
file
file
-
- Type
- imgResource
The image file.
mask
mask
-
- Type
- imgResource
Optional mask image for the image file.
offset
offset
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.