Check out my website at:
This section discusses:
https://i.sstatic.net/WTTxJ.gif
At the bottom of the image, a 'gap' appears.
Instead of using standard HTML img
tags, I used Next.js Image
like this:
<Image
src="https://ticket-t01.s3.eu-central-1.amazonaws.com/b29418ef-156d-43d7-872e-5d180cd1feb0"
alt=""
width={338}
height={226}
/>
I included the width
and height
attributes as they are required.