镜像

示例

  • 一张小图片

    a small image

  • 大图片默认占据阅读列的全部宽度

    a pretty wide image
  • 图片大小可以通过查询参数设置:?h=<height>&w=<width>

    a pretty wide image
  • 带边框的图片,也通过查询参数设置:?border=true

    a small image

HTML 和 Markdown

- 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)
© . This site is unofficial and not affiliated with Kubernetes or Docker Inc.