GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Renders an image gallery with a main image and, when more than one image is present, a thumbnails strip — matching the original gl-poi-gallery structure. Each URL is validated via safeUrl; unsafe URLs are skipped at their sink.

      Parameters

      • _config: RenderField

        Field configuration (unused; kept for a uniform renderer signature).

      • value: unknown

        Array of image URLs (string[]).

      Returns HTMLElement | null

      The gallery <div> element, or null when the input is empty/invalid.