I am updating an image on my client's site and moving to @astro/image. Before I did not set a width/height on the img and I knew that was not a best practice. However, it gave me an image that would keep it's aspect ratio no matter the width of the viewport.
When I move to the <Image> component, I cannot figure out how to keep the aspect ratio. The image is smooshed at all viewports. What am I doing wrong here?