Skip to main content

Module images

Module images 

Source
Expand description

Image optimisation + alt-text gate.

Per page:

  • Every <img> has an alt attribute (error).
  • Every <img> has explicit width + height (warn — required to avoid CLS).
  • Each referenced image file has a sibling .webp or .avif (warn).
  • Each referenced image file is under the configured size budget (warn).

Structs§

ImagesGate
Image optimisation + alt-text gate.