Managing Rich Content

Block Type: Full-Width Video

A block of type video displays a single video that users can play on the product page. If your video contains spoken words, subtitles are generated automatically.


Best Practices

  1. Use shorter videos—users typically watch only a small portion.
  2. Use videos that showcase your product and demonstrate it in a real environment.

Limitations

  1. 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.
  2. alt field - max. 100 characters.

Seller Portal Editor View

Full-Width Video Edit


Product Data Page View

Full-Width Video PDP


JSON View

{
  "type": "video",
  "data": {
    "url": "https://media.cdn.kaufland.de/product-videos/transcoded/68ba55fdbd8662320b32af4fc95ab632.mp4",
    "alt": "ALT text"
  },
  "separator": true
}