Managing Rich Content
Block Type: Full-Width Image
A block of type image represents a simple full-width image. Ideal for showcasing large visuals.
Best Practices
- Keep images small in file size to minimize scrolling on the product page.
- Use high-quality images—they may be viewed on very large screens.
- Try to keep the image height relatively low, so it doesn't occupy the entire screen on the product page.
Limitations
url
field - max. 10Mb file size. The URL must be a publicly accessible direct link to an image file.alt
field - max. 100 characters.
Seller Portal Editor View
Product Data Page View
JSON View
{
"type": "image",
"data": {
"url": "https://media.cdn.kaufland.de/rich-content-picture/original/5afcf8d9464e849ee102b5501047fd7f.jpg",
"alt": "ALT text"
},
"separator": true
}