Skip to content

Instantly share code, notes, and snippets.

@estebanmunchjones2019
Created June 10, 2021 10:37
Show Gist options
  • Save estebanmunchjones2019/7406b6261cdc7b619f2d097fe480c51c to your computer and use it in GitHub Desktop.
Save estebanmunchjones2019/7406b6261cdc7b619f2d097fe480c51c to your computer and use it in GitHub Desktop.
//Example of background image using <Image> component
<div className="pt-2" style={{ position: 'relative', width: '100vw', height: '66.66vw'}}>
<Image
src="/assets/images/unsplash-1.jpeg"
layout="fill"
objectFit="cover"
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment