圖片

範例

  • 小圖

    a small image

  • 預設情況下,大圖佔據閱讀欄的整個寬度

    a pretty wide image
  • 可以使用查詢參數設定圖片大小: ?h=<高度>&w=<寬度>

    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)