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

  1. Keep images small in file size to minimize scrolling on the product page.
  2. Use high-quality images—they may be viewed on very large screens.
  3. Try to keep the image height relatively low, so it doesn't occupy the entire screen on the product page.

Limitations

  1. url field - max. 10Mb file size. The URL must be a publicly accessible direct link to an image file.
  2. alt field - max. 100 characters.

Seller Portal Editor View

Full-Width Image Edit


Product Data Page View

Full-Width Image PDP


JSON View

{
  "type": "image",
  "data": {
    "url": "https://media.cdn.kaufland.de/rich-content-picture/original/5afcf8d9464e849ee102b5501047fd7f.jpg",
    "alt": "ALT text"
  },
  "separator": true
}