Docker教程 · 2024年11月11日

图片

图片

  • 一张小图:

    图片插图 图片插图1

  • 大图像默认占据阅读栏的整个宽度:

    图片插图2 图片插图3

  • 可以使用查询参数设置图像大小:?h=<height>&w=<width>

    图片插图4 图片插图5

  • 带边框的图像,也使用查询参数设置:?border=true

    图片插图6 图片插图7


- A small image: ![a small image](/assets/images/footer_moby_icon.png)  - Large images occupy the full width of the reading column by default:   ![a pretty wide image](/assets/images/banner_image_24512.png)  - Image size can be set using query parameters: `?h=<height>&w=<width>`   ![a pretty wide image](/assets/images/banner_image_24512.png?w=100&h=50)  - Image with a border, also set with a query parameter: `?border=true`   ![a small image](/assets/images/footer_moby_icon.png?border=true)