Image component
Considerations
Note the use of the frame layout, to create the desired aspect ratio, and the loading="lazy"
attribute on img
for native lazy-loading.
Alternative text
Every instance of img
must include the alt
attribute. This alt decision tree is helpful for determining whether and how to provide alternative text.