Published
- 1 min read
next image to full container
The solution for this is noted below
next image to full container
Solution
<div style={{width: '100%', height: '100%', position: 'relative'}}>
<Image
alt='Mountains'
src='/mountains.jpg'
layout='fill'
objectFit='contain'
/>
</div>
Try other methods by searching on the site. That is if this doesn’t work