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
// body 标签添加类名 webpa
<script>window.supportWebp=false;if(document.createElement('canvas').toDataURL('image/webp').indexOf('data:image/webp')==0){document.body.classList.add('webpa');window.supportWebp=true;}</script>
构建相关
引入依赖
build/towebp.js
项目中改动
public/index.html
mixins.less 添加 webp 的 mixins
使用示例
作为 img 标签的使用示例
目前 Safari 浏览器还没有对 webp 格式的支持,详见 https://caniuse.com/#search=webp
作为 background-image 的使用示例
The text was updated successfully, but these errors were encountered: