Managing Rich Content

Block Type: Video with Text

A block of type videoText displays a video player alongside some text, positioned either on the left or right side.


Best Practices

  1. Use shorter videos—users typically watch only a small portion.
  2. Balance the text length so it looks visually appealing next to the video.
  3. Use videos that showcase your product and demonstrate it in a real environment.

Limitations

  1. heading field - max. 100 characters.
  2. text field - max. 500 characters.
  3. alt field - max. 100 characters.
  4. url field - max. 200Mb file size. Min. resolution: 320x240. Max. resolution: 4096x4096. Max. duration: 180s. Framerate: 15 - 120fps. The URL must be a publicly accessible direct link to MP4 file.
  5. placement field - values allowed: "left", "right"

Seller Portal Editor View

Video with Text Edit


Product Data Page View

Video with Text PDP


JSON View

{
  "type": "videoText",
  "data": {
    "url": "https://media.cdn.kaufland.de/product-videos/transcoded/68ba55fdbd8662320b32af4fc95ab632.mp4",
    "alt": "ALT text",
    "placement": "right",
    "heading": "Video description",
    "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt"
  },
  "separator": true
}