Skip to content

Commit

Permalink
fix docs https (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunoon authored and PengXing committed May 23, 2019
1 parent c586a12 commit 7650ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/builtin/mip-img.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
height="263"
popup
src="https://www.mipengine.org/static/img/sample_01.jpg">
<source srcset="http://boscdn.bpc.baidu.com/v1/assets/mipengine/1.webp" type="image/webp" media="(max-width: 600px)">
<source srcset="http://boscdn.bpc.baidu.com/v1/assets/mipengine/2.webp" type="image/webp">
<source srcset="https://boscdn.baidu.com/v1/assets/mipengine/1.webp" type="image/webp" media="(max-width: 600px)">
<source srcset="https://boscdn.baidu.com/v1/assets/mipengine/2.webp" type="image/webp">
</mip-img>
```

Expand Down

0 comments on commit 7650ff3

Please sign in to comment.