ResponsiveImage
Optimized responsive image component.
Usage
<ResponsiveImage src="/images/photo.jpg" alt="Description" width={800} height={600}/>Props
| Prop | Type | Description |
|---|---|---|
src | string | Image source URL |
alt | string | Alt text |
width | number | Image width |
height | number | Image height |
loading | string | Loading strategy (lazy, eager) |