Image / Text

Standard content element with a headline, body text, and an optional accompanying image.

The textmedia-CE is the standard content element in TYPO3. It combines a headline, body text, and any number of images, the position of which is controlled via the imageorient is controlled via the field.

Standard Example

Live Example

Standard-textmedia-CE with an FAL reference in the assetsfield. The current T3Bootstrap layout renders the image and text in a single column, one below the other (regardless of imageorient when there is only one image).

For 2-column layouts (image next to text), the standard CE is used with imagecols=2 or the container element t3bs_media (Media Object, see next page).

"imageorient" field — Values

The field imageorient in tt_content determines the image position. Default values:

0

Above, Centered

1

Top, Right

2

Above, left

8

Below, centered

9

Below, right

10

Below, left

17

In text, right (text wrap)

18

In text, left (text wrap)

25

Next to text, right

26

Next to text, left

Responsive Image Columns (imagecols_*)

A different number of columns can be set for each breakpoint:

imagecols_xs

Mobile (≤ 575px)

imagecols_sm

Small (≥ 576px)

imagecols_md

Medium (≥ 768px)

imagecols_lg

Large (≥ 992px)

imagecols_xl

X-Large (≥ 1200px)

imagecols_xxl

XX-Large (≥ 1400px)