ZenUI Image React Playground

Experiment with different settings to see how the LazyLoadImage component behaves. ( open network tab in the browser developer tool and scroll images to see lazy loading )

Placeholder Type
Effect Type
Optimize Images
Use Intersection observer
1<LazyLoadImage
2  src="your-image.jpg"
3  alt="Your alt text"
4  placeholderType="effect"
5  effectType="blur"
6  effectAmount={10}
7  optimize={true}
8  quality={80}
9  offset={100}
10 useIntersectionObserver={true}
11/>
Mountain Lake
Sunset Over Forest

We use cookies to improve your experience, personalize content, and analyze traffic. By clicking "Accept" you agree to our cookie use. For details, see our Privacy Policy.