--- '@astrojs/image': minor --- HTML attributes included on the `` component are now passed down to the underlying `` element. **Why?** - when styling a `` the `class` and `style` attributes belong on the `` itself - `` elements [should not](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture#attributes) actually provide any `aria-` attributes - `width` and `height` can be added to the `` to help prevent layout shift