You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 build using
`for file in images/*; do cwebp -q 50 "$file" -o "${file%.*}.webp"; done`
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(cwebp is shipped by default on Linux boxes)
<picture>andsrcsetattributes #164 particularly as this covers falling back where browsers dont support webp