-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
effort: highIssues which are considered a hard taskIssues which are considered a hard task
Milestone
Description
Consider supporting next gen image formats
https://web.dev/uses-webp-images/
-
Would suggest WebP as atm it looks like the one that will likely be the defacto standard
Webp - Edge, Firefox, Chrome, partial safari
JPEG2000 - Safari
JPEG XR - IE -
We can automatically create each of the webp files on the CLI on fe
buildusing
`for file in images/*; do cwebp -q 50 "$file" -o "${file%.*}.webp"; done`
(cwebp is shipped by default on Linux boxes)
- might be worth thinking if this is something we can wrap in the CDN stuff suggested in Support for html5
<picture>andsrcsetattributes #164 particularly as this covers falling back where browsers dont support webp
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effort: highIssues which are considered a hard taskIssues which are considered a hard task