Skip to content

Instantly share code, notes, and snippets.

@mehmetyilmaz001
Created September 19, 2023 07:39
Show Gist options
  • Save mehmetyilmaz001/7c4fa852ac9711904dcc3edfd3b10bee to your computer and use it in GitHub Desktop.
Save mehmetyilmaz001/7c4fa852ac9711904dcc3edfd3b10bee to your computer and use it in GitHub Desktop.
NextJS Scaled Image
<Image
src={imgUrl}
alt={title!}
width={0}
height={0}
sizes="100vw"
style={{ width: '100%', height: 'auto' }}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment