javascript - How to set the next/image component to 100% height - Stack Overflow

PHOTO EMBED

Wed Jul 13 2022 21:45:12 GMT+0000 (Coordinated Universal Time)

Saved by @richard #javascript

<div style={{width: '100%', height: '100%', position: 'relative'}}>
  <Image
    alt='Mountains'
    src='/mountains.jpg'
    layout='fill'
    objectFit='contain'
  />
</div>
content_copyCOPY

https://stackoverflow.com/questions/65169431/how-to-set-the-next-image-component-to-100-height