CROP

Properties

align

align
Type
VHalign / stdWrap
Default
l, t

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

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!

backColor

backColor
Type
GraphicColor / stdWrap
Default
The original background color

Background color.

crop

crop
Type
x,y,w,h +calc /stdWrap

x,y is the offset of the crop frame from the position specified by align.

w,h are the dimensions of the frame.