Image Zoom

A lightweight image zoom effect with pointer-smoothed focus, click or hover activation, and a soft blurred edge rim.

Portrait preview

Customize

Scale2.6x
Duration420ms
Blur10px
Radius42%
Edge blur
Hover
Click

Usage

import { Image, ImageZoom } from "@/components/lazy-ui/image-zoom";

export function Demo() {
  return (
    <ImageZoom zoomScale={2.6} edgeBlur>
      <Image src="/images/caitlyn.jpg" alt="Preview" />
    </ImageZoom>
  );
}