Lumeo

Image

An enhanced image component with lazy loading, fallback, preview lightbox, and gallery support.

Installation

dotnet add package Lumeo

One-time app setup (AddLumeo(), CSS & JS) is covered in the installation guide.

Usage

@using Lumeo

<Image />

When to Use

  • Displaying images with click-to-zoom preview lightbox
  • Photo galleries with grid layout and navigation
  • Image previews with lazy loading for performance optimization
  • Any image display that needs fallback handling on load errors
Sample image
Click to preview
Lazy loaded image
Falls back when the primary image fails
Pinch to zoom on mobile

API Reference

Image

ImageGallery

  • Avatar — Display small circular user or entity images
  • AspectRatio — Constrain images to a specific width-to-height ratio
  • Carousel — Cycle through images in a slideshow format