由于图片体积太大而github仓库的国内访问速度太慢,今后的图片都使用新浪微博作为网络图源
hexo博文插入图片方法
1 | {% asset_img nan.jpg 这是一个新的博客的图片的说明 %} |
直接在图片后面加上对应的CSS样式即可!1
[test image size](url)
改写为1
2
3![test image size](url){:class="img-responsive"}
![test image size](url){:height="50%" width="50%"}
![test image size](url){:height="100px" width="400px"}