Skip to main content

Overview

The Banner Images Component allows categories such as Event, Product, Coupon, and Wedding QR Codes to display up to three banner images.
Each banner image must be provided as a valid HTTPS URL linking to an image file (.png, .jpg, .jpeg, .svg, or .gif).
This component enforces file type and count limits to maintain layout consistency and prevent performance issues from oversized or unsupported media.

Properties

🖼️ Image Object

Validation Rules

  • A maximum of 3 images are allowed.
  • Image URLs must begin with https:// or http://.
  • Supported file extensions: .png, .jpeg, .jpg, .svg, .gif.
  • Invalid or non-image URLs will result in schema validation errors.

Used In Categories

This component is used in the following QR Code categories:

Example Schema

Example Usage

Notes

  • Recommended image aspect ratio: 16:9 for best display across devices.
  • File size should be optimized (preferably <1MB per image) to maintain fast page load times.
  • Supports up to 3 banners to prevent layout overflow or distortion.