lc_image_*

Display uploaded images dynamically from your data source. Perfect for logos, product images, customer photos, or any personalized visual content.


Element Setup:

  • Element type: <rect>
  • ID format: lc_image_* (e.g., lc_image_logo, lc_image_profile)

Alignment (ID patterns):

  • lc_image_* → Center aligned (default)
  • lc_image_left_* → Left aligned
  • lc_image_right_* → Right aligned

Images are always vertically centered within the rect.


Input Format: CDN URL or dataset variable (e.g. ``). If no image or unsupported type, displays “No Image”.

Behavior: Aspect ratio maintained, never upscaled; large images scale down to fit. Rounded corners on the rect are preserved via clipPath.


← Back to Custom Overview


This site uses Just the Docs, a documentation theme for Jekyll.