Skip to content

Instantly share code, notes, and snippets.

@konstantinmuenster
Created August 10, 2022 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konstantinmuenster/fd09778a6aabdb9e3a2ec1371d8299e9 to your computer and use it in GitHub Desktop.
Save konstantinmuenster/fd09778a6aabdb9e3a2ec1371d8299e9 to your computer and use it in GitHub Desktop.
<div style={{ position: 'relative', overflow: 'hidden', height: '600px' }}>
<Image
src={image.srcUrl}
alt="Image"
fill={true}
style={{ objectFit: 'cover' }}
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment