amp.dev
amp.dev copied to clipboard
Pixi: Improve advice given for next gen image formats
Currently we don't list out the resources - that is being tracked in #4666
However, we should change this advice to be:
Image formats like AVIF, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more.
Consider displaying all your <amp-img>
components in AVIF and WebP formats while specifying an appropriate fallback (e.g. JPEG 2000, JPEG XR) for other browsers. Learn more.
This means we should no longer depend on PSI for the text.
@cramforce and @kristoferbaxter since they both have brought this up.