Skip to content

Instantly share code, notes, and snippets.

@euije
Created November 20, 2022 10:49
Show Gist options
  • Select an option

  • Save euije/94f35e14b0dcac3d8ee603e4020009bc to your computer and use it in GitHub Desktop.

Select an option

Save euije/94f35e14b0dcac3d8ee603e4020009bc to your computer and use it in GitHub Desktop.
<div style={{
"position":"relative",
"width":"10vw",
"height":"10vh"
}}>
<Image
src={"https://hang-jeong-sal.s3.ap-northeast-2.amazonaws.com/image/euije.jpg"}
alt=""
fill={true}
style={{
objectFit: "contain"
}}
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment