Optimized Picture component for MDX content
Automatically generates picture element with WebP/AVIF sources for optimal image delivery with fallback support.
Image props with src, alt, width, height
Picture element with multiple format sources
<OptimizedImage src="/images/example.png" alt="Example image" width={400} height={300}/> Copy
<OptimizedImage src="/images/example.png" alt="Example image" width={400} height={300}/>
Optimized Picture component for MDX content
Automatically generates picture element with WebP/AVIF sources for optimal image delivery with fallback support.