I need fixed height, full width next/image (imagine a horizontal stripe image). I could wrap it in a div with position="relative", fixed height and full width, and use layout="fill" on the image itself. However, this way I would still have to fetch full size image (that's what happens with layout fill). What is the most performance optimal way to achieve this?