We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVIF seems is coming fast as a new supported format:
https://caniuse.com/?search=avif https://jakearchibald.com/2020/avif-has-landed/
In HTML5 markup option we could provide a avif version in a dedicated <source>, keeping the jpg <source> as a fallback for all other browsers.
<source>
This would fit cause of:
https://docs.fileformat.com/image/avif/
It seems also that avif image format is supported by uptodate ImageMagick lib with libheif : ImageMagick/ImageMagick#1432
The text was updated successfully, but these errors were encountered:
maybe see also the lib sharp https://sharp.pixelplumbing.com/
Sorry, something went wrong.
No branches or pull requests
AVIF seems is coming fast as a new supported format:
https://caniuse.com/?search=avif
https://jakearchibald.com/2020/avif-has-landed/
In HTML5 markup option we could provide a avif version in a dedicated
<source>
, keeping the jpg<source>
as a fallback for all other browsers.This would fit cause of:
https://docs.fileformat.com/image/avif/
It seems also that avif image format is supported by uptodate ImageMagick lib with libheif :
ImageMagick/ImageMagick#1432
The text was updated successfully, but these errors were encountered: