Expand description
Image optimisation + alt-text gate.
Per page:
- Every
<img>has analtattribute (error). - Every
<img>has explicitwidth+height(warn — required to avoid CLS). - Each referenced image file has a sibling
.webpor.avif(warn). - Each referenced image file is under the configured size budget (warn).
Structs§
- Images
Gate - Image optimisation + alt-text gate.