ResponsiveImage

Optimized responsive image component.

Usage

<ResponsiveImage
src="/images/photo.jpg"
alt="Description"
width={800}
height={600}
/>

Props

PropTypeDescription
srcstringImage source URL
altstringAlt text
widthnumberImage width
heightnumberImage height
loadingstringLoading strategy (lazy, eager)