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
- Use shorter videos—users typically watch only a small portion.
- Use videos that showcase your product and demonstrate it in a real environment.
Limitations
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.alt
field - max. 100 characters.
Seller Portal Editor View
Product Data Page View
JSON View
{
"type": "video",
"data": {
"url": "https://media.cdn.kaufland.de/product-videos/transcoded/68ba55fdbd8662320b32af4fc95ab632.mp4",
"alt": "ALT text"
},
"separator": true
}