Package

ViewHelpers

ViewHelper Documentation

v:media.source

Used in conjuntion with the v:media.PictureViewHelper. Please take a look at the v:media.PictureViewHelper documentation for more information.

Arguments

additionalAttributes anySimpleType

Additional tag attributes. They will be added directly to the resulting HTML tag.

data anySimpleType

Additional data-* attributes. They will each be added with a "data-" prefix.

media string

Media query for which breakpoint this sources applies

width string

Width of the image. This can be a numeric value representing the fixed width of the image in pixels. But you can also perform simple calculations by adding "m" or "c" to the value. See imgResource.width for possible options.

height string

Height of the image. This can be a numeric value representing the fixed height of the image in pixels. But you can also perform simple calculations by adding "m" or "c" to the value. See imgResource.width for possible options.

maxW integer

Maximum Width of the image. (no upscaling)

maxH integer

Maximum Height of the image. (no upscaling)

minW integer

Minimum Width of the image.

minH integer

Minimum Height of the image.

format string

Format of the processed file - also determines the target file format. If blank, TYPO3/IM/GM default is taken into account.

quality integer

Quality of the processed image. If blank/not present falls back to the default quality defined in install tool.

ViewHelper Resources

Schema Resources