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