We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
第68天 说说你对jpg、png、gif的理解,分别在什么场景下使用?有使用过webp吗?
The text was updated successfully, but these errors were encountered:
之前总结的图片选择流程图:
Sorry, something went wrong.
jpg, 色彩复杂图片 png, 色彩简单图片 gif, 动图, 或者色彩极简的icon等 webp, 判断能使用webp的浏览器就是用webp
webp 最关键的是如何降级,可以看一下京东的图片,都是 xx.jpg.webp。 所以我推荐看一下 凹凸实验室的文章 探究WebP一些事儿
No branches or pull requests
第68天 说说你对jpg、png、gif的理解,分别在什么场景下使用?有使用过webp吗?
The text was updated successfully, but these errors were encountered: